Update 'Modules'
parent
779b02d587
commit
d6f9f693ae
116
Modules.md
116
Modules.md
|
@ -157,119 +157,3 @@ Developed by hangar.org for the arcHIVE project. Requires Archive Repertory
|
||||||
Renders various 3D formats
|
Renders various 3D formats
|
||||||
|
|
||||||
Please read [the README](https://git.hangar.org/arcHIVE-tech/3D-Renderer-omeka-module)
|
Please read [the README](https://git.hangar.org/arcHIVE-tech/3D-Renderer-omeka-module)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
The following modules are 'maybes'
|
|
||||||
|
|
||||||
# IiifServer (maybe)
|
|
||||||
https://gitlab.com/Daniel-KM/Omeka-S-module-IiifServer
|
|
||||||
|
|
||||||
First you will need to install php composer
|
|
||||||
```
|
|
||||||
cd /tmp
|
|
||||||
wget -O composer-setup.php https://getcomposer.org/installer
|
|
||||||
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
|
||||||
```
|
|
||||||
Download the module
|
|
||||||
```
|
|
||||||
cd ./modules
|
|
||||||
wget https://gitlab.com/Daniel-KM/Omeka-S-module-IiifServer/-/archive/master/Omeka-S-module-IiifServer-master.tar.gz
|
|
||||||
tar zxvf Omeka-S-module-IiifServer-master.tar.gz
|
|
||||||
rm Omeka-S-module-IiifServer-master.tar.gz
|
|
||||||
mv Omeka-S-module-IiifServer-master/ ./IiifServer
|
|
||||||
chown -R www-data.www-data IiifServer
|
|
||||||
cd IiifServer
|
|
||||||
composer install
|
|
||||||
```
|
|
||||||
Now you can install the module from the Omeka admin dashboard
|
|
||||||
|
|
||||||
## Configure
|
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
*Content of the manifest*
|
|
||||||
```
|
|
||||||
Rights (license): Specified license below
|
|
||||||
Property to use for rights: Dublin Core: License
|
|
||||||
```
|
|
||||||
|
|
||||||
# Image server (maybe)
|
|
||||||
https://gitlab.com/Daniel-KM/Omeka-S-module-ImageServer
|
|
||||||
|
|
||||||
|
|
||||||
Download the latest stable version from [the repository](https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer)
|
|
||||||
|
|
||||||
```
|
|
||||||
cd ./modules
|
|
||||||
wget https://gitlab.com/Daniel-KM/Omeka-S-module-ImageServer/-/archive/master/Omeka-S-module-ImageServer-master.tar.gz
|
|
||||||
tar zxvf Omeka-S-module-ImageServer-master.tar.gz
|
|
||||||
rm Omeka-S-module-ImageServer-master.tar.gz
|
|
||||||
mv Omeka-S-module-ImageServer-master ./ImageServer
|
|
||||||
chown -R www-data.www-data ImageServer
|
|
||||||
cd ImageServer
|
|
||||||
composer install --no-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configure
|
|
||||||
|
|
||||||
**Tiling type** Deep Zoom(proprietary) ImageZoomify(proprietary) Jpeg 2000 Tiled tiff
|
|
||||||
|
|
||||||
# CleanURL
|
|
||||||
|
|
||||||
https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl
|
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
```
|
|
||||||
Make sure the webserver can wrtie to omeka/config
|
|
||||||
|
|
||||||
```
|
|
||||||
chown -R www-data.www-data config
|
|
||||||
```
|
|
||||||
|
|
||||||
# Universal Viewer (probably not)
|
|
||||||
https://omeka.org/s/modules/UniversalViewer/
|
|
||||||
|
|
||||||
Download the latest stable version from [the repository](https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer)
|
|
||||||
|
|
||||||
```
|
|
||||||
cd ./modules
|
|
||||||
wget https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer/-/archive/master/Omeka-S-module-UniversalViewer-master.tar.gz
|
|
||||||
tar zxvf Omeka-S-module-UniversalViewer-master.tar.gz
|
|
||||||
rm Omeka-S-module-UniversalViewer-master.tar.gz
|
|
||||||
mv Omeka-S-module-UniversalViewer-master ./UniversalViewer
|
|
||||||
chown -R www-data.www-data UniversalViewer
|
|
||||||
cd UniversalViewer
|
|
||||||
composer install
|
|
||||||
```
|
|
||||||
|
|
||||||
# retired modues
|
|
||||||
|
|
||||||
# ImageGallery-omeka-module
|
|
||||||
|
|
||||||
Developed by hangar.org for the arcHIVE project.
|
|
||||||
|
|
||||||
Displays images as a gallery
|
|
||||||
|
|
||||||
Please read [the README](https://git.hangar.org/arcHIVE-tech/ImageGallery-omeka-module)
|
|
||||||
|
|
||||||
# Sketchfab-omeka-module
|
|
||||||
|
|
||||||
Developed by hangar.org for the arcHIVE project.
|
|
||||||
|
|
||||||
Embeds Sketchfab 3D models
|
|
||||||
|
|
||||||
Please read [the README](https://git.hangar.org/arcHIVE-tech/Sketchfab-omeka-module)
|
|
||||||
|
|
||||||
# Vimeo-omeka-module
|
|
||||||
|
|
||||||
Developed by hangar.org for the arcHIVE project.
|
|
||||||
|
|
||||||
Displays Vimeo videos
|
|
||||||
|
|
||||||
Please read [the README](https://git.hangar.org/arcHIVE-tech/Vimeo-omeka-module)
|
|
Loading…
Reference in New Issue