Go to documentation repository
Note | ||
---|---|---|
| ||
Before installing Axxon One in Linux OS, you need to read about the supported versions and operating system requirements (see Linux OS에 Axxon One을 설치하기 전에 지원되는 버전과 운영 체제 요구 사항을 읽어야 합니다 (Linux OS 지원 버전 참조). |
The following packages are required to install Axxon One:을 설치하려면 다음 패키지가 필요합니다.
Panel | ||||
---|---|---|---|---|
| ||||
Minimum number of packages for Axxon One installation of the Server type서버 유형의 Axxon One 설치를 위한 최소 패키지 수:
Minimum number of packages for Axxon One installation of the Server in the Failover mode type페일오버 모드에서 Axxon One 서버 설치를 위한 최소 패키지 수 유형:
|
To install the Axxon One Server manually, do the following:
Axxon One 서버를 수동으로 설치하려면 다음을 수행하세요.
다음 명령을 순차적으로 실행하여 저장소를 추가합니다.Add the repositories by sequentially running the following commands:
Code Block |
---|
echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list echo 'deb http://download.axxonsoft.com/debian-repository weekly main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update |
To install Axxon One, DetectorPack, DriverPack, and DetectorPack add-ons, contact AxxonSoft and get the necessary packages from the manager.
Copy the received packages to the Downloads folder.
애드온을 설치하려면 AxxonSoft에 문의하여 관리자로부터 필요한 패키지를 받으세요.
받은 패키지를 다운로드 폴더로 복사합니다.
패키지를 설치하려면 다음 명령을 실행하세요.To install the packages, run the command:
Code Block |
---|
sudo dpkg -i /home/user/Downloads/axxon-d*.deb || sudo apt-get install -f -y |
where
user—user name;
Downloads—folder with downloaded packages.사용자 이름
Downloads—다운로드한 패키지가 있는 폴더
Note | ||
---|---|---|
| ||
|
|
설치가 완료되었습니다Installation is complete.