Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

openSCADA can be installed using apt on Ubuntu. All you need to start is Ubuntu 12.04 LTS 64bit. It is best to use the server edition although all other versions will work as well. It does not matter which software components are selected during the initial installation since all further dependencies are defined by the openSCADA debian packages and will therefor be automatically installed using the "apt" software system.

Create a new file apt sources file in  "/etc/apt/sources.list.d" called "openscada.list" with the following content:

Code Block
deb http://apt.openscada.org stable main

or with the following content if you like to use the nightly builds:

Code Block
deb http://apt.openscada.org stable main

...


deb http://apt.openscada.org unstable main

 

Installing

After the sources file has been added call

Code Block
apt-get update

and use aptitude or synaptic to search for "openscada".

...