Versions Compared

Key

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

...

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

    Code Block
    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:

    Code Block
    apt-get install %add-on name%

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

    Code Block
    apt-get install axxon-detector-pack-plugin-neuro-pack


  3. After installing the necessary add-ons, restart the Server:

    Code Block
    service axxon-one restart

     

Note
titleAttention!

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.

...