Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleAttention!

Before installation, we strongly recommend that you read the restrictions on names of servers and computers in Axxon One (see Limitations of Axxon One in Linux OS).

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

To install from the repository, do the following:

  1. Sequentially run the commands:

    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository 
  2. stretch
  3. buster main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  4. 
    echo 'deb http://download.axxonsoft.com/debian-repository 
  5. weekly
  6. stretch backports/main
  7. backports/
  8. ' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository stable 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 gpg 
  9. apt
  10. --
  11. key
  12. dearmor -
  13. -keyring
  14. o /etc/apt/trusted.gpg.d/axxonsoft.gpg && 
  15. add
  16. sudo 
  17. -
  18. apt-get update 
    Info
    titleNote

    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 gnupg
  19. To install Axxon One

  20. Server
  21. server, run the following command:

    Code Block
    languagebash
    sudo apt install axxon-one

    To install the FailOver

  22. Server
  23. server, run the following command:

    Code Block
    languagebash
    sudo apt install axxon-one-raft
    Note
    titleAttention!

    It is not allowed to simultaneously install the regular

  24. Server
  25. server and the FailOver

  26. Server
  27. server.

    During the installation, the installer will request the name of the domain for the Axxon One

  28. Server
  29. server. If you leave this field blank, you can specify it on the

  30. Client
  31. client at the first connection.
    Image Modified

  32. If necessary, you can install the add-ons to the basic DetectorPack (see Installing add-ons to the basic DetectorPack in Linux OS).

Installation is complete.