From 207d86e62477235362a0f65d66947360ec9a4dcf Mon Sep 17 00:00:00 2001 From: j Date: Sun, 14 Jul 2019 13:59:15 +0000 Subject: [PATCH] Update page 'Customization' --- Customization.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Customization.md 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 +```