From 8313f54ad934ee702e2178428f3b6272951d2f1b Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Tue, 3 Nov 2020 17:20:37 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4962cb..76991d6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Actually known: * change ownership to your user for example with `sudo chown -R pi /opt/MMDVMDash` * copy all files from repository into this folder * modify *logtailer.ini* to fit your needs +* modify */js/config.js* to fit your needs * copy files in */opt/MMDVMDash/systemd* to */etc/systemd/system* or similar corresponding to your system * modify both scripts to fit your needs * enable services with following commmands, this results in starting both automatically after reboot: @@ -26,7 +27,7 @@ Actually known: * `sudo systemctl enable http.server.service` * `sudo systemctl enable logtailer.service` -Finally you should be able to get the new Dashboard calling the hostname of your hotspot +Finally you should be able to get the new Dashboard calling the hostname of your hotspot and port 8000 (default) in your broser ## Screenshots ![Screenshot of MMDVMDash Websocketboard](img/Screenshot.png "Screenshot of MMDVMDash Websocketboard") \ No newline at end of file