From 919c1ff5b63ddf1fe11a6851a6eff600ee24c2c7 Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Mon, 20 May 2024 18:39:12 -0300 Subject: [PATCH] Updated RHEL9 install script. --- platform-rhel9/json-scada-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform-rhel9/json-scada-install.sh b/platform-rhel9/json-scada-install.sh index 6aa1217..d14fa77 100644 --- a/platform-rhel9/json-scada-install.sh +++ b/platform-rhel9/json-scada-install.sh @@ -5,6 +5,11 @@ # use git clone to extract repo to /home/jsonscada/json-scada # go to ~/json-scada/platform-rhel9 and run this script +# AFTER INSTALLATION +# OPEN BROWSER AT http://localhost (must allow popups for issuing controls) +# Default credentials: admin / jsonscada +# Metabase credentials: json@scada.com / jsonscada123 + #sudo dnf -y install git #cd #git clone https://github.com/riclolsen/json-scada --config core.autocrlf=input @@ -157,3 +162,5 @@ cd ../platform-linux sudo systemctl start supervisord sudo systemctl start telegraf sudo supervisorctl status +firefox http://localhost & +