Skip to content

Commit

Permalink
Updated RHEL9 install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed May 20, 2024
1 parent a7e9dab commit 919c1ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platform-rhel9/json-scada-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -157,3 +162,5 @@ cd ../platform-linux
sudo systemctl start supervisord
sudo systemctl start telegraf
sudo supervisorctl status
firefox http://localhost &

0 comments on commit 919c1ff

Please sign in to comment.