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 main
  6. stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  7. 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 -
  8. 
    
  9. 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
    languagebash
  10. echo 'deb http://download.axxonsoft.com/debian-repository 
  11. stretch main backports/astra backports/
  12. stable main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
  13. 
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo gpg 
  14. apt
  15. --
  16. key
  17. dearmor -
  18. -keyring
  19. o /etc/apt/trusted.gpg.d/axxonsoft.gpg && 
  20. add
  21. sudo 
  22. -
  23. 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
  24. To install Axxon One

  25. Server
  26. server, run the following command:

    Code Block
    languagebash
    sudo apt install axxon-one

    To install the FailOver

  27. Server
  28. 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

  29. Server
  30. server and the FailOver

  31. Server
  32. server.

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

  33. Server
  34. server. If you leave this field blank, you can specify it on the

  35. Client
  36. client at the first connection.
    Image Modified

  37. 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.