Versions Compared

Key

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


Note
titleAttention!

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
titlePackage examples

Minimum number of packages for Axxon One installation of the Server type서버 유형의 Axxon One 설치를 위한 최소 패키지 수:

Panel
axxon-drivers-pack_3.73_amd64.deb 
axxon-detector-pack_3.8_amd64.deb 
axxon-one-core_1.9.0_amd64.deb 
axxon-one_1.9.0_all.deb

Minimum number of packages for Axxon One installation of the Server in the Failover mode type페일오버 모드에서 Axxon One 서버 설치를 위한 최소 패키지 수 유형:

Panel
axxon-drivers-pack_3.73_amd64.deb 
axxon-detector-pack_3.8_amd64.deb
axxon-one-core_1.9.0_amd64.deb 
axxon-one-raft_1.9.0_amd64.deb

To install the Axxon One Server manually, do the following:


Axxon One 서버를 수동으로 설치하려면 다음을 수행하세요.

  1. 다음 명령을 순차적으로 실행하여 저장소를 추가합니다.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
  2. To install Axxon One, DetectorPack, DriverPack, and DetectorPack add-ons, contact AxxonSoft and get the necessary packages from the manager.

  3. Copy the received packages to the Downloads folder.

  4. 애드온을 설치하려면 AxxonSoft에 문의하여 관리자로부터 필요한 패키지를 받으세요.

  5. 받은 패키지를 다운로드 폴더로 복사합니다.

  6. 패키지를 설치하려면 다음 명령을 실행하세요.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
    useruser name;
    Downloads—folder with downloaded packages.사용자 이름
    Downloads다운로드한 패키지가 있는 폴더

    Note
    titleAttention!
    • You must install DetectorPack with add-ons and DriverPack before installing the main part of Axxon One
    • The folder must not contain other packages.

    • It is not allowed to simultaneously install the regular Server and the Failover Server.
    During the installation, the installer will request the name of the domain for the Axxon One Server. If you leave this field blank, you can later specify it on the Client at the first connection.
    Image Removed
  7. If necessary, you can change the Server configuration after installation (see Changing the configuration of the Axxon One Server in Linux OS).  
    • Axxon One의 주요 부분을 설치하기 전에 DetectorPack DriverPack 애드온과 함께 설치해야 합니다 
    • 폴더에는 다른 패키지가 포함되어서는 안 됩니다.

    • 일반 서버와 페일오버 서버를 동시에 설치하는 것은 허용되지 않습니다.


    설치 중에 설치 프로그램은 Axxon One 서버의 도메인 이름을 요청합니다. 이 필드를 비워두면 나중에 첫 번째 연결에서 클라이언트에서 지정할 수 있습니다.
    Image Added
  8. 필요한 경우 설치 후 서버 구성을 변경할 수 있습니다 (Linux OS에서 Axxon One 서버 구성 변경 참조).  

설치가 완료되었습니다Installation is complete.