From 6081447c84a603de030f30a10eac6ce4cbb1d957 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 14 Mar 2021 13:35:14 +0100 Subject: [PATCH] Add 'Modules' --- Modules.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Modules.md diff --git a/Modules.md b/Modules.md new file mode 100644 index 0000000..6d46650 --- /dev/null +++ b/Modules.md @@ -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 +