Go to documentation repository
Page History
Installation from the repository is performed automatically, including all the system components.
Note | ||
---|---|---|
| ||
You cannot install Axxon One 1.0.4 from the repository. To install from the repository, you must update Axxon One to version 2.0 (see Updating Axxon One on Linux OS, Documentation Axxon One 2.0). |
To install from the repositoryFor this purpose, do the following:
Consequently execute Sequentially run the commands:
Code Block echo 'deb http://download.axxonsoft.com/debian-repository stretchstable main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
Info title Note If the distributives distribution packages based on Debian 10 are used, it may be necessary to install additional packages:
sudo apt-get install wget
sudo apt-get install gnupgTo install a Axxon One Server, run the following command:
Code Block sudo apt-get install axxon-one
To install a the FailOver Server, run the following command:
Code Block sudo apt-get install axxon-one-raft
Note title Attention! It is not allowed to simultaneously install a the regular Server and a the FailOver Server.
During the installation, the installer will request the name of the Axxon- domain for the Axxon One server Server. If you leave this field blank, you can specify it on the client Client at the first connection.