Update Installation Scratchbook authored by Martin Pollet's avatar Martin Pollet
......@@ -24,8 +24,17 @@ mkdir -p ~/.config/systemd
cd ~/.config/systemd
ln -s ~/xibo-booking-system/systemd user
```
5. Systemd (as user xbs):
```
systemctl --user enable xbs-gunicorn.service
systemctl --user enable xbs-polling.service
systemctl --user start xbs-gunicorn.service
systemctl --user start xbs-polling.service
```
6. Nginx (as user root):
- copy config from directory nginx
- edit config
- run certbot for your domain
TODO: put all this in a container
\ No newline at end of file