Skip to content

carl1961/ScadaLTS-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tested on (RPI3),(RPI 4),(Debian Buster amd64 VirtualBox)

(OrangePI PC2 Armbian Buster)

  • If git does not work? install git

sudo apt-get install git

ScadaLTS Installer Installs As of 8/2020 these versions

  • default-jdk_1.11-71 ...... downloads from internet source
  • apache-tomcat-9.0.50 ..... downloads from internet source
  • mariadb-server_10.3.29-0 . downloads from internet source
  • Scada-LTS 2.5 .......... Latest ScadaLTS as of 8-3-2021
  • Scada-LTS 2.5 installs to /var/lib/tomcat9/webapps

ScadaLTS Installation:

  • Download the sources

git clone https://github.com/carl1961/ScadaLTS-Installer.git

  • Move to install folder

cd ScadaLTS-Installer

  • Give execute permissions to install_scadalts.sh

sudo chmod +x install_scadalts.sh

  • To install ScadaLTS, run the script install_scadalts.sh using the command ./install_scadalts.sh You may have to answer Y for some installs

sudo ./install_scadalts.sh

Note:

MariaDB Server, and Scada-LTS Database Auto filled by install_scadalts.sh

To access your Raspberry Pi’s MySQL server and start making changes to your databases, you can enter the following command.

sudo mysql -u root -p

You will be prompted to enter the password

  • mariadb-server_10.3.29-0 PSWD/admin
  • Scada-LTS 2.5 User/admin PSWD/admin

About

Test Station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages