Coder Social home page Coder Social logo

konstantinke / scada-lts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scada-lts/scada-lts

0.0 1.0 0.0 124.77 MB

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisiton) system.

License: GNU General Public License v2.0

PLSQL 0.42% HTML 29.87% FreeMarker 0.31% Java 41.79% JavaScript 25.06% CSS 0.77% ActionScript 0.06% Python 0.09% Shell 0.07% PHP 0.34% XSLT 0.02% Makefile 0.01% Vue 1.12% Dockerfile 0.01% SCSS 0.05% Sass 0.01%

scada-lts's Introduction

Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system. Visit our Wiki site to see project description and to be up to date with the latest changes.

GitHub release (latest by date)

Build Status GitHub all releases

Table of contents

Quick start

Here is two of the several start options:

To Run ScadaLTS on Docker:

  • 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 scadalts/scadalts to download repository.
  • Type in: docker images to check if repository is created. It should show "scadalts/scadalts" on the list.
  • To run Scada on Docker type in: docker run -it -e DOCKER_HOST_IP=`docker-machine ip` -p 81:8080 scadalts/scadalts /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/

Second option:

  • 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

What's included

App ScadaBR.war

Bugs and feature requests

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.

Documentation

Scada-LTS documentation, will be included in this repo in the root directory.
API documentation can be found here.

Contributing

In the process of making.

Community

Tests

scada-lts.testquality.com

Versioning

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.

Creators

Code base on ScadaBR

Michał Rokitiański

Grzesiek Bylica

Arkadiusz Parafiniuk

Konrad Daniek

Jarosław Morzyniec

Mateusz Kaproń

Diego Rodrigues Ferreira

Jerzy Piejko

Artur Wolak

Kamil Jarmusik

Radosław Jajko

Marcin Gołda

Tomasz Skrobol

Support

If you need support for deployment please contact us and find more information on our website

Copyright and license

Code released under the GPL license.

SeroUtils library license

Matthew Lohbihler [email protected] has granted us permission to use the SeroUtils.jar library for ScadaLTS team. ScadaLTS team can use the code seroUtils without limitation.

Fragement with the correspondence of Grzegorz Bylica and Matthew Lohbihler: "(...) The good news is that you may hereby and without limitation use the seroUtils code as you like. (...)"

scada-lts's People

Contributors

grzesiekb avatar arkadiuszparafiniuk avatar radek2s avatar mateuszhyski avatar wisyr avatar limraj avatar kapmati avatar softq avatar arturro96 avatar marcingolda avatar grzlys avatar jerzypiejko avatar sdtabilit avatar okrokwiecej avatar morzyniec avatar randemrafael avatar genrbe avatar sselvaggi avatar dependabot[bot] avatar markrey avatar syndrome5 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.