diff --git a/Modules.md b/Modules.md index 7564723..2bfce08 100644 --- a/Modules.md +++ b/Modules.md @@ -59,23 +59,30 @@ unzip main.zip mv panoramaviewer/ PanoramaViewer ``` +# Archive Repertory -# CleanURL - -https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl +Required if 3d json files contain links to external images ``` cd ./modules -wget https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl/-/archive/master/Omeka-S-module-CleanUrl-master.zip -unzip Omeka-S-module-CleanUrl-master.zip -mv Omeka-S-module-CleanUrl-master CleanUrl +wget https://github.com/Daniel-KM/Omeka-S-module-ArchiveRepertory/archive/refs/heads/master.zip +unzip master.zip +mv Omeka-S-module-ArchiveRepertory-master/ ArchiveRepertory +rm master.zip +chown -R www-data.www-data ArchiveRepertory/ ``` -Make sure the webserver can wrtie to omeka/config + +# 3D-Renderer + +Developed by hangar.org for the arcHIVE project. ``` -chown -R www-data.www-data config +cd ./modules +https://git.hangar.org/arcHIVE-tech/3D-Renderer/archive/main.zip +unzip main.zip ``` + --- The following modules are 'maybes' @@ -132,17 +139,20 @@ composer install --no-dev **Tiling type** Deep Zoom(proprietary) ImageZoomify(proprietary) Jpeg 2000 Tiled tiff -# Archive Repertory (maybe) +# CleanURL -Required if 3d json files contain links to external images +https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl ``` cd ./modules -wget https://github.com/Daniel-KM/Omeka-S-module-ArchiveRepertory/archive/refs/heads/master.zip -unzip master.zip -mv Omeka-S-module-ArchiveRepertory-master/ ArchiveRepertory -rm master.zip -chown -R www-data.www-data ArchiveRepertory/ +wget https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl/-/archive/master/Omeka-S-module-CleanUrl-master.zip +unzip Omeka-S-module-CleanUrl-master.zip +mv Omeka-S-module-CleanUrl-master CleanUrl +``` +Make sure the webserver can wrtie to omeka/config + +``` +chown -R www-data.www-data config ``` # Universal Viewer (probably not)