To install the Axxon One server manually, do the following:
Copy all commands to the console and run the installation process:
sudo sh -ex - <<'EOF' rm -f /etc/apt/sources.list.d/itvgroup.list 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/itvgroup.list <<EOFSRCLIST deb [signed-by=${GPG_KEY_PATH}] https://download.itv.ru/mirrors/apt/intellectx-deb stretch backports/main deb [signed-by=${GPG_KEY_PATH}] https://download.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
- 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 server from the Linux 64-bit.deb section. The difference between Server and Failover server is described in General information about installation in Linux OS.
The archive contains all necessary packages to install the server:Package name Description axxon-drivers-pack_%version.number%_amd64.deb DriversPack is required for IP devices support in Axxon One
axxon-detector-pack_%version.number%_amd64.deb The basic DetectorPack package includes only the Object tracker, Video clarity detector, Signal detector, Noise detector, Audio loss detector, and Motion detector
axxon-one-core_%version.number%_amd64.deb Required package to install the server
axxon-one_%version.number%_all.deb
or axxon-one-raft_%version.number%_amd64.deb
Package to install the Server type
or the package to install the Failover server type
- 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).
- Unzip the downloaded files.
- Install DriverPack, DetectorPack, and additional packages (if available) using the following command:
sudo dpkg -i axxon-d*.deb || sudo apt-get install -f
Install Axxon One using the following command:
sudo dpkg -i axxon-one*.deb || sudo apt-get install -f
Attention!
You cannot simultaneously install the regular Server and the Failover server.
- When installing Axxon One of the Server type, the system will request the name of the domain for the Axxon One server. If you leave this field blank, you can later specify it on the client at the first connection.
- If necessary, you can change the server configuration after installation (see Changing the configuration of the Axxon One Server in Linux OS).
Installation is complete.