Update 'Modules'

chris 2021-04-04 15:13:45 +02:00
parent 6443218c9a
commit c42a3b93b6
1 changed files with 17 additions and 0 deletions

@ -59,6 +59,23 @@ unzip main.zip
mv panoramaviewer/ PanoramaViewer
```
# CleanURL
https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl
```
cd ./modules
wget https://gitlab.com/Daniel-KM/Omeka-S-module-CleanUrl/-/archive/master/Omeka-S-module-CleanUrl-master.zip
unzip Omeka-S-module-CleanUrl-master.zip
mv Omeka-S-module-CleanUrl-master CleanUrl
```
Make sure the webserver can wrtie to omeka/config
```
chown -R www-data.www-data config
```
---
The following modules are 'maybes'