Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseSCADA/Installation/APT

< EclipseSCADA
Revision as of 05:09, 29 February 2016 by Jens.reimann.ibh-systems.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prepare

Create a new APT source file: /etc/apt/sources.list.d/eclipse-scada.list

deb http://download.eclipse.org/eclipsescada/repos/release/0.2/apt/ default main
# uncomment the next line if you cant to use openSCADA extensions to Eclipse SCADA
# deb http://neutronium.openscada.org/apt/1.2/milestone default main

If you want to use the ICMP Ping Check Tool add the PPA using the following command:

sudo add-apt-repository ppa:eclipsescada/ppa

Refresh the apt cache:

sudo apt-get update

Check if "org.eclipse.scada" packages could be found:

apt-cache search "org.eclipse.scada"

Install gdebi-core:

sudo apt-get install gdebi-core

Install Configuration Artifacts

Execute:

sudo gdebi node-configuration_0.0.1.deb

Back to the top