Versions Compared

Key

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

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

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

    Code Block
    languagebash
  2. echo
  3. sudo 
  4. 'deb http://download.axxonsoft.com/debian-repository buster main backports/main' | sudo tee -a
  5. sh -ex - <<'EOF'
    rm -f /etc/apt/sources.list.d/
  6. axxonsoft
  7. itvgroup.list
    
  8. 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
  9. 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 /etc/apt/sources.list.d/
  10. axxonsoft
  11. itvgroup.list <<EOFSRCLIST
    
  12. wget
  13. deb [signed-
  14. -quiet -O - "http
  15. by=${GPG_KEY_PATH}] https://download.itv.ru/mirrors/apt/intellectx-deb stretch backports/main
    deb [signed-by=${GPG_KEY_PATH}] https://download.
  16. axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo
  17. itv.ru/mirrors/apt/intellectx-deb buster backports/main
    deb [signed-by=${GPG_KEY_PATH}] https://download.itv.ru/mirrors/apt/intellectx-deb stable main
    EOFSRCLIST
    apt-get update
    EOF 
  18. 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
  19. Server
  20. server from the Linux 64-bit.deb section. The difference
  21. between  
  22. between Server and Failover
  23. Server 
  24. server is described in General information about installation in Linux OS.
    The archive contains all necessary packages to install the
  25. Server
  26. 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
  27. Basic
  28. The basic DetectorPack package includes only the Object tracker, Video clarity detectorSignal detectorNoise detectorAudio loss detector, and Motion detector

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

    Required package to install the

  29. Server
  30. server

    axxon-one_%version.number%_all.deb

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

    Package

  31. for
  32. to install the

  33. Server installation
  34. Server type

    or the package

  35. for the Failover Server installation
  36. to install the Failover server type

  37. 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).
  38. Unzip the downloaded files.
  39. Install DriverPack, DetectorPack, and additional packages (if available) using the following command:
    Code Block
    languagebash
    sudo dpkg -i axxon-d*.deb || sudo apt-get install -f
  40. 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

  41. Server
  42. server.

  43. During the
  44. When installing Axxon One of the Server
  45. installation
  46. type, the
  47. installer
  48. system will request the name of the domain for the Axxon One
  49. Server
  50. server. If you leave this field blank, you can later specify it on the
  51. Client
  52. client at the first connection.
    Image Modified
  53. If necessary, you can change the
  54. Server
  55. server configuration after installation (see Changing the configuration of the Axxon One Server in Linux OS).
  56.   

Installation is complete.