Go to documentation repository
...
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.
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 |
After installing the necessary add-ons, restart the Server:
| Code Block |
|---|
service axxon-one restart |
| Note | ||
|---|---|---|
| ||
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. |
...