Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Running the client as Flatpak  Installing and launching Axxon One using Docker Next page

By default, Axxon One distribution package comes with only the basic DetectorPack (see Installing DetectorPack add-ons).

To install the add-ons to the basic DetectorPack in Linux OS, do the following:

  1. Run the command to get a list of DetectorPack add-ons:

    apt-cache show axxon-detector* | grep -i Package

    A list with the names of DetectorPack add-ons will be displayed.


  2. Run the following command to install the necessary add-ons:

    apt-get install %add-on name%

    For example, to install the Neuro Pack add-on, run the command:

    apt-get install axxon-detector-pack-plugin-neuro-pack
  3. After installing the necessary add-ons, restart the Server:

    service axxon-one restart


Attention!

It is required that the versions of the basic DetectorPack and the DetectorPack add-ons are the same. If the versions differ, it is necessary to update the version of the basic DetectorPack so it matches the version of the DetectorPack add-on.

  • No labels