Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Восстановить из v. 2

To install the Axxon One server Server manually, do the following:

    Copy all commands to the console and run the installation process
  1. Add the repositories by sequentially running the following commands:

    Code Block
    languagebash
  2. sudo
  3. echo 
  4. sh -ex - <<'EOF' rm -f
  5. 'deb http://download.axxonsoft.com/debian-repository buster main backports/main' | sudo tee -a /etc/apt/sources.list.d/
  6. itvgroup
  7. axxonsoft.list
    
  8. apt-get update || true apt-get install --no-install-recommends -y wget ca-certificates apt-transport-https export GPG_KEY_PATH="/usr/share/keyrings/itvgroup.gpg.key" mkdir --parents "$(dirname "${GPG_KEY_PATH}")" wget -O "${GPG_KEY_PATH}" https://download.itv.ru/mirrors/apt/intellectx-deb/public-keys.asc tee
  9. echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | 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/
  10. itvgroup
  11. axxonsoft.list
  12. <<EOFSRCLIST
  13. 
    
  14. deb
  15. wget 
  16. [signed-by=${GPG_KEY_PATH}] https://download.itv.ru/mirrors/apt/intellectx-deb stretch backports/main deb [signed-by=${GPG_KEY_PATH}] https
  17. --quiet -O - "http://download.
  18. itv
  19. axxonsoft.
  20. ru
  21. com/
  22. mirrors/apt/intellectx-deb buster backports/main deb [signed-by=${GPG_KEY_PATH}] https://download.itv.ru/mirrors/apt/intellectx-deb stable main EOFSRCLIST
  23. debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
  24. EOF
  25.  
  26. Download the necessary archive with packages to install Axxon One: https://www.axxonsoft.com/support/downloads/axxon-one-vms. You need either Server or Failover
  27. server
  28. Server from the Linux 64-bit.deb section. The difference
  29. between 
  30. between  Server and Failover
  31. server
  32. Server is described in General information about installation in Linux OS.
    The archive contains all necessary packages to install the
  33. server
  34. Server:
    Package nameDescription
    axxon-drivers-pack_%version.number%_amd64.deb

    DriversPack is required for IP devices support in Axxon One

    axxon-detector-pack_%version.number%_amd64.deb
  35. The basic
  36. Basic DetectorPack package includes only

  37. the
  38. Object tracker, Video clarity detectorSignal detectorNoise detectorAudio loss detector, and Motion detector

    axxon-one-core_%version.number%_amd64.deb

    Required package to install the

  39. server
  40. Server

    axxon-one_%version.number%_all.deb

    or axxon-one-raft_%version.number%_amd64.deb

    Package

  41. to install
  42. for the

  43. Server
  44. Server installation type

    or

  45. the
  46. package

  47. to install the Failover server
  48. for the Failover Server installation type

  49. Download video analytics packages if you plan to use them: https://www.axxonsoft.com/support/downloads/detector-pack (the Add-ons list in the Linux 64-bit.deb section).
  50. Unzip the downloaded files.
  51. Install DriverPack, DetectorPack
  52. ,
  53. and additional packages (if available) using the following command:
    Code Block
    languagebash
    sudo dpkg -i axxon-d*.deb || sudo apt-get install -f
  54. Install Axxon One using the following command:

    Code Block
    languagebash
    sudo dpkg -i axxon-one*.deb || sudo apt-get install -f
    Note
    titleAttention!

    You cannot simultaneously install the regular Server and the Failover

  55. server
  56. Server.

  57. When installing 
  58. During the Axxon One
  59. of the
  60. Server
  61. type
  62. installation, the
  63. system
  64. installer will request the name of the domain for the Axxon One
  65. server
  66. Server. If you leave this field blank, you can later specify it on the
  67. client
  68. Client at the first connection.
    Image Modified
  69. If necessary, you can change the
  70. server
  71. Server configuration after installation (see Changing the configuration of the Axxon One Server in Linux OS).  

Installation is complete.