BW3-Core/docu/docs/usage.md

25 lines
681 B
Markdown
Raw Normal View History

# 🇩🇪 Start von BOSWatch3
Nach dem Neustart kannst du BOSWatch3 wie folgt starten:
```bash
cd /opt/boswatch3
sudo /opt/boswatch3/venv/bin/python3 bw_client.py -c client.yaml
sudo /opt/boswatch3/venv/bin/python3 bw_server.py -c server.yaml
```
## 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
sudo /opt/boswatch3/venv/bin/python3 bw_client.py -c client.yaml
sudo /opt/boswatch3/venv/bin/python3 bw_server.py -c server.yaml
```
## Optional: Setup as a Service
For further instructions, see [Setup as a Service](service.md)