By default, Axxon Next distribution package comes with only the basic DetectorPack (see Installing DetectorPack addons).
To install the add-ons to the basic DetectorPack in Linux OS, do the following:
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.
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 |
After installing the necessary add-ons, restart the Server:
service axxon-next restart |
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-ons. |