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 +