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

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By default, Axxon One distribution package comes with only the basic DetectorPack (see DetectorPack 애드온 설치).

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