Update 'Modules'
parent
6443218c9a
commit
c42a3b93b6
17
Modules.md
17
Modules.md
|
@ -59,6 +59,23 @@ unzip main.zip
|
||||||
mv panoramaviewer/ PanoramaViewer
|
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'
|
The following modules are 'maybes'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue