Update page 'Customization'

j 2019-07-14 13:59:15 +00:00
parent 5db5d9c2bd
commit 207d86e624

23
Customization.md Normal file

@ -0,0 +1,23 @@
# Customizing pan.do/ra
the best way to cusotmize pan.do/ra ist to create an overlay repository
```
cd /srv/pandora/
git clone https://code.0x2620.org/0x2620/pandora_overlay.git <sitename>
```
now configure config.jsonc and add custom JavaScript files and images.
to active / update run:
```
cd /srv/pandora/<sitename>
./install.py
```
after installation or updates, you also have to update static files:
```
cd /srv/pandora
./update.py static
```