Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Linux OS에 Axxon One 서버 설치  수동 설치 Next page

모든 시스템 구성 요소를 포함하여 저장소에서의 설치가 자동으로 수행됩니다.

저장소에서 설치하려면 다음을 수행하세요.

  1. 다음 명령을 순차적으로 실행합니다.

    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

    Note

    Debian 10 기반 배포 패키지를 사용하는 경우 추가 패키지를 설치해야 할 수 있습니다.

    sudo apt-get install wget
    sudo apt-get install gnupg
  2. Axxon One 서버를 설치하려면 다음 명령을 실행하세요.

    sudo apt install axxon-one

    FailOver 서버를 설치하려면 다음 명령을 실행하세요.

    sudo apt install axxon-one-raft

    Attention!

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

    설치 중에 설치 프로그램은 Axxon One Server의 도메인 이름을 요청합니다. 이 필드를 비워두면 첫 번째 연결 시 클라이언트에서 지정할 수 있습니다.

  • No labels