mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
25 lines
613 B
Markdown
25 lines
613 B
Markdown
|
|
# 🇩🇪 Start von BOSWatch3
|
||
|
|
Nach dem Neustart kannst du BOSWatch3 wie folgt starten:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
cd /opt/boswatch3
|
||
|
|
sudo python3 bw_client.py -c config/client.yaml
|
||
|
|
sudo python3 bw_server.py -c config/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 python3 bw_client.py -c config/client.yaml
|
||
|
|
sudo python3 bw_server.py -c config/server.yaml
|
||
|
|
```
|
||
|
|
|
||
|
|
## Optional: Setup as a Service
|
||
|
|
For further instructions, see [Setup as a Service](service.md)
|