Versions Compared

Key

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

...

  1. Consequently execute the commands:

    Code Block
    echo 'deb [arch=amd64] http://download.axxonsoft.com/debian-repository stretch 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
    titleNote

    If the distributives 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 Server, run the following command:

    Code Block
    sudo apt-get install axxon-next

    To install a FailOver Server, run the following command:

    Code Block
    apt-get install axxon-next-raft


    Note
    titleAttention!

    It is not allowed to simultaneously install a regular Server and a 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.

    Image RemovedImage Added