Update Installation Scratchbook authored by Martin Pollet's avatar Martin Pollet
...@@ -24,7 +24,7 @@ python manage.py collectstatic ...@@ -24,7 +24,7 @@ python manage.py collectstatic
python manage.py createsuperuser python manage.py createsuperuser
mkdir -p ~/.config/systemd mkdir -p ~/.config/systemd
cd ~/.config/systemd cd ~/.config/systemd
ln -s ~/xibo-booking-system/systemd user ln -s ~/xibo-booking-system/conf/systemd user
``` ```
5. Systemd (as user xbs): 5. Systemd (as user xbs):
``` ```
... ...
......