|
@@ -1,11 +1,19 @@
|
|
|
# MONITOR
|
|
# MONITOR
|
|
|
|
|
+## build
|
|
|
|
|
+```bash
|
|
|
|
|
+make BUILD_TYPE=Debug
|
|
|
|
|
+```
|
|
|
|
|
+## deploy
|
|
|
|
|
+```bash
|
|
|
|
|
+make deploy BUILD_TYPE=Debug ADDR=192.168.1.15
|
|
|
|
|
+```
|
|
|
## configure autostart
|
|
## configure autostart
|
|
|
```bash
|
|
```bash
|
|
|
cp conf/monitor.desktop ~/.config/autostart/monitor.desktop
|
|
cp conf/monitor.desktop ~/.config/autostart/monitor.desktop
|
|
|
```
|
|
```
|
|
|
## configure systemd (recommend)
|
|
## configure systemd (recommend)
|
|
|
```bash
|
|
```bash
|
|
|
-cp conf/monitor.service /usr/lib/systemd/system/monitor.service
|
|
|
|
|
|
|
+cp conf/monitor.service /etc/systemd/system/monitor.service
|
|
|
```
|
|
```
|
|
|
### enabled
|
|
### enabled
|
|
|
```bash
|
|
```bash
|