Go to documentation repository
Documentation for Axxon Next 4.6.0. Documentation for other versions of Axxon Next is available too.
Installation from the repository is performed automatically, including all the system components.
To install from the repository, do the following:
Sequentially run the commands:
echo 'deb http://download.axxonsoft.com/debian-repository stretch main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list echo 'deb http://download.axxonsoft.com/debian-repository next-weekly main 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
Attention!
If you install Axxon Next on AstraLinux SE, then instead of commands from step 1, you should sequentially run the following commands:
echo 'deb http://download.axxonsoft.com/debian-repository stretch main backports/astra 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" | apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
Note
If the 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 Axxon Next Server side, run the following command:
sudo apt-get install axxon-next
To install the FailOver Server, run the following command:
sudo apt-get install axxon-next-raft
Attention!
It is not allowed to simultaneously install the regular Server and the FailOver Server.
During the installation, the installer will request the name of the Axxon-domain for the Axxon Next Server. If you leave this field blank, you can specify it on the Client at the first connection.