diff --git a/Customization.md b/Customization.md new file mode 100644 index 0000000..5913afb --- /dev/null +++ b/Customization.md @@ -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 +``` + +now configure config.jsonc and add custom JavaScript files and images. +to active / update run: + +``` +cd /srv/pandora/ +./install.py +``` + +after installation or updates, you also have to update static files: + +``` +cd /srv/pandora +./update.py static +```