From b31659bf20b3edb22cf5cdf59e0ee6a67bdeff6f Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 14 Mar 2021 16:30:27 +0100 Subject: [PATCH] Update 'Modules' --- Modules.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Modules.md b/Modules.md index ef106ad..050618f 100644 --- a/Modules.md +++ b/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