1
0
Fork 0

Update README.md

Change start command from enable to start
main
SA7BNT 4 years ago committed by GitHub
parent 032e89b3af
commit 755639cd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,8 @@ Actually known:
* `sudo systemctl enable http.server.service` * `sudo systemctl enable http.server.service`
* `sudo systemctl enable logtailer.service` * `sudo systemctl enable logtailer.service`
* start services with following commmands: * start services with following commmands:
* `sudo systemctl enable http.server.service` * `sudo systemctl start http.server.service`
* `sudo systemctl enable logtailer.service` * `sudo systemctl start logtailer.service`
Finally you should be able to get the new Dashboard calling the hostname of your hotspot and port 8000 (default) in your broser Finally you should be able to get the new Dashboard calling the hostname of your hotspot and port 8000 (default) in your broser
@ -34,4 +34,4 @@ Finally you should be able to get the new Dashboard calling the hostname of your
*logtailer.py* is based on the work of http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/ *logtailer.py* is based on the work of http://shzhangji.com/blog/2017/07/15/log-tailer-with-websocket-and-python/
## Screenshots ## Screenshots
![Screenshot of MMDVMDash Websocketboard](img/Screenshot.png "Screenshot of MMDVMDash Websocketboard") ![Screenshot of MMDVMDash Websocketboard](img/Screenshot.png "Screenshot of MMDVMDash Websocketboard")

Loading…
Cancel
Save