Versions Compared

Key

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

...

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

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

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

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

Installing

After the sources file has been added call

...

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

Running

openSCADA is started using upstart. Check out "/etc/init" for "*openscada*".

For example the "exec" driver can be started using "sudo start openscada.exec".

Note

Currently the apt repository suffers from:

...