Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

 
Line 3: Line 3:
 
Create a new APT source file: /etc/apt/sources.list.d/eclipse-scada.list
 
Create a new APT source file: /etc/apt/sources.list.d/eclipse-scada.list
  
  deb http://download.eclipse.org/eclipsescada/repos/release/0.2.0/apt/ default main
+
  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
 
  # 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
 
  # deb http://neutronium.openscada.org/apt/1.2/milestone default main

Latest revision as of 05:09, 29 February 2016

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