first working state
This commit is contained in:
11
README.md
11
README.md
@ -1,2 +1,13 @@
|
||||
# msv-webcam-frontend
|
||||
|
||||
- `zypper install avif-tools`
|
||||
|
||||
- `mkdir /opt/msv-webcam-frontend/`
|
||||
- `cd /opt/msv-webcam-frontend/`
|
||||
- import `msv_webcam_frontend.py`
|
||||
- `chmod +x /opt/msv-webcam-frontend/msv_webcam_frontend.py`
|
||||
- `nano /etc/systemd/system/msv-webcam-frontend.service`
|
||||
- create dst dir `mkdir -p /var/www/html/msv-buehl-moos.de/webcam/data`
|
||||
- `systemctl daemon-reload && systemctl enable --now msv-webcam-frontend.service`
|
||||
|
||||
- copy WebApp to `/var/www/html/msv-buehl-moos.de/webcam/`
|
||||
Reference in New Issue
Block a user