Add 'Modules'

chris 2021-03-14 13:35:14 +01:00
parent 94c68fefa5
commit 6081447c84
1 changed files with 22 additions and 0 deletions

22
Modules.md Normal file

@ -0,0 +1,22 @@
A list of modules installed
# IiifServer
https://github.com/Daniel-KM/Omeka-S-module-IiifServer
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/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
composer install
```
Now you can activate the module from the Omeka admin dashboard