Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisiton) system.
- Quick start
- Bugs and feature requests
- Documentation
- Contributing
- Community
- Versioning
- Creators
- Copyright and license
Here is two of the several start options:
- Download and install Docker from: https://www.docker.com/
- Download Docker Toolbox from: https://kitematic.com/
- Run Docker and Docker Toolbox.
- When the download is completed in the Docker Toolbox run Docker CLI (bottom-left corner).
- In the Docker CLI type in:
docker pull dockergb/scadalts-dev
to download repository. - Type in:
docker images
to check if repository is created. It should show "dockergb/scadalts" on the list. - To run Scada on Docker type in:
docker run -it -e DOCKER_HOST_IP=`docker-machine ip` -p 81:8080 dockergb/scadalts-dev /root/start.sh
. - Type in:
Get-NetIPAddress
and find IPAdrress for "DockerNAT" InterfaceAlias (You need a new CLI window to do it). - Type in docker IP adrress in the browser with port 81 and
/ScadaLTS/
sufix. Example:http://10.0.75.2:81/ScadaLTS/
- Download the latest release.
- Install tomcat7:
apt-get install tomcat7
. - Install mysql:
apt-get install mysql-server
. - Login to mysql:
mysql -u [user] -p
. - Create db:
create dababase scadalts;
. - Copy ScadaBR.war & ScadaLTS.war to dir tomacat webapps:
cp ScadaBR.war /var/lib/tomcat7/webapps/
. - Restart tomcat7 to generate ScadaLTS folder:
/etc/init.d/tomcat7 restart
- Change config file env.properties set connection to db:
vim /var/lib/tomcat7/webapps/ScadaBR/WEB-INF/classes/env.properties
. - Restart tomcat7:
/etc/init.d/tomcat7 restart
App ScadaBR.war App ScadaLTS.war
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Scada-LTS documentation, will be included in this repo in the root directory.
In the process of making.
- ScadaLTS tag is finally available on Stack Overflow. Feel free to ask questions - http://stackoverflow.com/questions/tagged/scadalts.
For transparency into our release cycle and in striving to maintain backward compatibility, Scada-LTS is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
See the Releases section of our GitHub project for changelogs for each release version of Scada-LTS.
Code base on ScadaBR
Grzesiek Bylica
Arkadiusz Parafiniuk
Rafał Kotyla
Konrad Daniek
Jarosław Morzyniec
- https://github.com/Morzyniec Testing
Mateusz Kaproń
Diego Rodrigues Ferreira
Jerzy Piejko
Radosław Jajko
Marcin Gołda
Code released under the GPL license.