Update 'Modules'

chris 2021-04-04 17:58:50 +02:00
parent c42a3b93b6
commit fb65b9ac32
1 changed files with 25 additions and 15 deletions

@ -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)