dmarina-esa / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.

Home Page:http://controlsystemstudio.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs-studio Build Status CII Best Practices

Control System Studio is a collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.

This repository is for the original, Eclipse-based implementation of CS-Studio. A newer development provides most of the key CS-Studio components without any Eclipse dependencies, see https://github.com/shroffk/phoebus It generally offers faster startup, and also dramatically simplifies the build process.

How to contribute

User feedback, feature requests and code contributions are all welcome.

To get started, see the following Wiki pages:

Building CS-Studio

This repository contains all the code for building CS-Studio. However, there is a two-step build process.

# Build maven-osgi-bundles to ensure all bundles are available for Tycho resolution.
mvn -f maven-osgi-bundles/pom.xml clean verify
# Build everything else.
mvn clean verify -Dcsstudio.composite.repo=$(pwd)/p2repo

You can use -DskipTests=true to speed up the build process.

About

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.

http://controlsystemstudio.github.com

License:Eclipse Public License 1.0


Languages

Language:Java 86.3%Language:HTML 12.1%Language:Python 0.4%Language:CSS 0.3%Language:Shell 0.3%Language:JavaScript 0.2%Language:PLSQL 0.1%Language:Inno Setup 0.1%Language:PLpgSQL 0.0%Language:Gnuplot 0.0%Language:Perl 0.0%Language:Raku 0.0%Language:XSLT 0.0%Language:D 0.0%Language:Batchfile 0.0%