Update 'Modules'
parent
2744c0cc8a
commit
b31659bf20
20
Modules.md
20
Modules.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue