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

Difference between revisions of "EclipseSCADA/Installation/APT"

m (update openscada repository link)
Line 5: Line 5:
 
  deb http://download.eclipse.org/eclipsescada/repos/release/0.1.0/apt/ default main
 
  deb http://download.eclipse.org/eclipsescada/repos/release/0.1.0/apt/ default main
 
  # uncomment the next line if you cant to use openSCADA extensions to Eclipse SCADA
 
  # uncomment the next line if you cant to use openSCADA extensions to Eclipse SCADA
  # deb http://apt.openscada.org development main
+
  # 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:
 
If you want to use the ICMP Ping Check Tool add the PPA using the following command:

Revision as of 06:17, 30 July 2014

Prepare

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

deb http://download.eclipse.org/eclipsescada/repos/release/0.1.0/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