Update 'Modules'
parent
c42a3b93b6
commit
fb65b9ac32
40
Modules.md
40
Modules.md
|
@ -59,23 +59,30 @@ unzip main.zip
|
||||||
mv panoramaviewer/ PanoramaViewer
|
mv panoramaviewer/ PanoramaViewer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Archive Repertory
|
||||||
|
|
||||||
# CleanURL
|
Required if 3d json files contain links to external images
|
||||||
|
|
||||||
https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ./modules
|
cd ./modules
|
||||||
wget https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl/-/archive/master/Omeka-S-module-CleanUrl-master.zip
|
wget https://github.com/Daniel-KM/Omeka-S-module-ArchiveRepertory/archive/refs/heads/master.zip
|
||||||
unzip Omeka-S-module-CleanUrl-master.zip
|
unzip master.zip
|
||||||
mv Omeka-S-module-CleanUrl-master CleanUrl
|
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'
|
The following modules are 'maybes'
|
||||||
|
|
||||||
|
@ -132,17 +139,20 @@ composer install --no-dev
|
||||||
|
|
||||||
**Tiling type** Deep Zoom(proprietary) ImageZoomify(proprietary) Jpeg 2000 Tiled tiff
|
**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
|
cd ./modules
|
||||||
wget https://github.com/Daniel-KM/Omeka-S-module-ArchiveRepertory/archive/refs/heads/master.zip
|
wget https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl/-/archive/master/Omeka-S-module-CleanUrl-master.zip
|
||||||
unzip master.zip
|
unzip Omeka-S-module-CleanUrl-master.zip
|
||||||
mv Omeka-S-module-ArchiveRepertory-master/ ArchiveRepertory
|
mv Omeka-S-module-CleanUrl-master CleanUrl
|
||||||
rm master.zip
|
```
|
||||||
chown -R www-data.www-data ArchiveRepertory/
|
Make sure the webserver can wrtie to omeka/config
|
||||||
|
|
||||||
|
```
|
||||||
|
chown -R www-data.www-data config
|
||||||
```
|
```
|
||||||
|
|
||||||
# Universal Viewer (probably not)
|
# Universal Viewer (probably not)
|
||||||
|
|
Loading…
Reference in New Issue