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 |
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 |
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 |
You cannot simultaneously install the regular Server and the Failover server. |
Installation is complete.