Go to documentation repository
By default, Axxon One distribution package comes with only the basic DetectorPack (see 기본적으로 Axxon One 배포 패키지에는 기본 DetectorPack만 제공됩니다(DetectorPack 애드온 설치 참조).
To install the add-ons to the basic DetectorPack in Linux OS, do the following:
Linux OS에서 기본 DetectorPack에 애드온을 설치하려면 다음을 수행하세요.
DetectorPack 추가 기능 목록을 얻으려면 다음 명령을 실행하세요 .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.
DetectorPack 추가 기능 의 이름이 나열된 목록이 표시됩니다.
다음 명령을 실행하여 필요한 추가 기능을 설치하세요.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:예를 들어, Neuro Pack 추가 기능을 설치하려면 다음 명령을 실행하세요.
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기본 DetectorPack과 DetectorPack 애드온 의 버전이 동일해야 합니다 . 버전이 다를 경우 기본 DetectorPack의 버전을 DetectorPack 애드온의 버전과 일치하도록 업데이트해야 합니다. |