Update page 'Customization'
parent
5db5d9c2bd
commit
207d86e624
1 changed files with 23 additions and 0 deletions
23
Customization.md
Normal file
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
|
||||||
|
```
|
Loading…
Reference in a new issue