Add 'Modules'
parent
94c68fefa5
commit
6081447c84
|
@ -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
|
||||
|
Loading…
Reference in New Issue