Versions Compared

Key

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

...

  1. Add the AxxonSoft repositories by sequentially running the commands:

    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository stretchstable backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository weeklystretch 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


  2. Install the required version of Axxon One.

    Note
    titleAttention!

    The installation command depends on your variant of the software package: either the Server or the Failover Server. These are two different types of the software package. You should install only one of them. Both variants are described below (for more information about the installation types, see Installation, General information about a failover system).

    1. If you need to install only the Server part of Axxon One, sequentially run the commands:

      Code Block
      languagebash
      sudo apt install axxon-one
      sudo apt-get install -f -y

      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 the name on the Client at the first connection.

    2. If you need to install the Failover Server, sequentially run the commands:

      Code Block
      languagebash
      sudo apt install axxon-one-raft
      sudo apt-get install -f -y


...

Tip

Manual installation of the Axxon One Server is described here: Manual installation.

The section about Axxon One on Linux: Linux OS Administrator's Guideguide.