Go to documentation repository
...
Sequentially run the commands:
Code Block | ||
---|---|---|
| ||
echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list echo 'deb http://download.axxonsoft.com/debian-repository 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 |
Info | ||
---|---|---|
| ||
If the distribution packages based on Debian 10 are used, it may be necessary to install additional packages: sudo apt-get install wget |
To install Axxon One Server, run the following command:
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one |
To install the FailOver Server, run the following command:
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one-raft |
Note | ||
---|---|---|
| ||
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 domain for the Axxon One Server. If you leave this field blank, you can specify it on the Client at the first connection.