2025-06-11 10:56:41 +02:00
|
|
|
# 🇩🇪 Start von BOSWatch3
|
|
|
|
|
Nach dem Neustart kannst du BOSWatch3 wie folgt starten:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd /opt/boswatch3
|
2025-11-21 14:59:15 +01:00
|
|
|
sudo /opt/boswatch3/venv/bin/python3 bw_client.py -c client.yaml
|
|
|
|
|
sudo /opt/boswatch3/venv/bin/python3 bw_server.py -c server.yaml
|
2025-06-11 10:56:41 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Optional: Als Dienst einrichten
|
|
|
|
|
Weiter gehts mit [als Service einrichten](service.md)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# 🇬🇧 Starting BOSWatch3
|
|
|
|
|
After reboot, you can start BOSWatch3 as follows:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd /opt/boswatch3
|
2025-11-21 14:59:15 +01:00
|
|
|
sudo /opt/boswatch3/venv/bin/python3 bw_client.py -c client.yaml
|
|
|
|
|
sudo /opt/boswatch3/venv/bin/python3 bw_server.py -c server.yaml
|
2025-06-11 10:56:41 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Optional: Setup as a Service
|
|
|
|
|
For further instructions, see [Setup as a Service](service.md)
|