Changes
Page history
Update Installation Scratchbook
authored
Jun 04, 2022
by
Martin Pollet
Show whitespace changes
Inline
Side-by-side
Installation-Scratchbook.md
View page @
834c1430
...
@@ -24,8 +24,17 @@ mkdir -p ~/.config/systemd
...
@@ -24,8 +24,17 @@ mkdir -p ~/.config/systemd
cd ~/.config/systemd
cd ~/.config/systemd
ln -s ~/xibo-booking-system/systemd user
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
TODO: put all this in a container
\ No newline at end of file