Versions Compared

Key

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

Installation from the repository is performed automatically, including all the system components.

For this purposeTo install from the repository, do the following:

  1. Consequently execute Sequentially run the commands:

    Code Block
    echo 'deb http://download.axxonsoft.com/debian-repository stable 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


    Note
    titleAttention!

    If you install Axxon One on AstraLinux SE, then instead of commands from step 1, you should sequentially run the following commands:

    Code Block
    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



    Info
    titleNote

    If the distributives distribution packages based on Debian 10 are used, it may be necessary to install additional packages:

    apt-get install wget
    apt-get install gnupg


  2. To install a Axxon One Server, run the following command:

    Code Block
    sudo apt install axxon-one

    To install a the FailOver Server, run the following command:

    Code Block
    sudo apt install axxon-one-raft


    Note
    titleAttention!

    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. If you leave this field blank, you can specify it on the client Client at the first connection.