Update 'Modules'

chris 2021-03-14 16:30:27 +01:00
parent 2744c0cc8a
commit b31659bf20
1 changed files with 12 additions and 8 deletions

@ -38,9 +38,9 @@ https://omeka.org/s/modules/NumericDataTypes/
Download the latest stable version and follow the [installation instructions](https://omeka.org/s/docs/user-manual/modules/#installing-modules)
# IiifServer
https://github.com/Daniel-KM/Omeka-S-module-IiifServer
https://gitlab.com/Daniel-KM/Omeka-S-module-IiifServer
Install php composer
First you will need to install php composer
```
cd /tmp
wget -O composer-setup.php https://getcomposer.org/installer
@ -49,15 +49,19 @@ 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/3.5.16.1/Omeka-S-module-IiifServer-3.5.16.1.tar.gz
tar zxvf Omeka-S-module-IiifServer-3.5.16.1.tar.gz
rm Omeka-S-module-IiifServer-3.5.16.1.tar.gz
mv Omeka-S-module-IiifServer-3.5.16.1/ IiifServer
chmod -R www-data.www-data IiifServer
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 activate the module from the Omeka admin dashboard
Now you can install the module from the Omeka admin dashboard
## Configure
TODO
# Universal Viewer