- Run
wget http://archive.inductiveautomation.com/ia.public.key
- Run
sudo apt-key add ia.public.key
- Copy
/etc/apt/sources.list
to
/etc/apt/sources.list.bak
- Edit
/etc/apt/sources.list
and add the following lines (the ignition-beta line is optional):
deb http://archive.inductiveautomation.com/apt ignition non-free
deb http://archive.inductiveautomation.com/apt ignition-beta non-free
Run
$sudo apt-get update
to update the download list within the APT utility.
Run
sudo apt-get install ignition
to install the latest stable Ignition version or run
sudo apt-get install ignition-beta
to install the latest beta Ignition version.
If you want to run the Gateway Command Utility or gwcmd right after installation, open a command shell in your home folder and run
source .profile
This forces your command shell to reload the .profile
script, which has been updated with a path to the Ignition executable during installation.
Upgrades
During an upgrade, the Ignition internal database, configuration files, and any custom installed modules are not changed. Whenever a new version of Ignition is released, the online Debian repositories also get updated with the latest version.
Your Linux environment will list Ignition in the list of package upgrades when a new version is available. As with the installation, you can choose whether to upgrade using a graphical environment or using the command-line.
Graphical Upgrade
Ignition will appear as an entry under your system's Update Manager under the Other Updates section. If you choose to install updates using the Update Manager, Ignition will be upgraded at the same time as other packages.
You can also manually upgrade Ignition using Synaptic Package Manager. Locate ignition or ignition-beta in the list using the Quick Filter.
Ignition can also be found in the World Wide Web section. Right-click and select Mark for Upgrade. Then click Apply at the top. The latest version of Ignition will be downloaded and installed.
Command-line Upgrade
To upgrade all installed packages, including Ignition, run
sudo apt-get upgrade
To only upgrade Ignition, run
sudo apt-get install ignition
or
sudo apt-get install ignitionbeta
The APT utility recognizes that Ignition is already installed, and performs the upgrade.
2 Comments
Anonymous
wget http://archive.inductiveautomation.com/ia.publich.key should be changed to wget http://archive.inductiveautomation.com/ia.public.key under command-line installation
Paul Scott
Thank you for pointing this out! We've corrected the typo.