Go to documentation repository
모든 시스템 구성 요소를 포함하여 저장소에서의 설치가 자동으로 수행됩니다.
저장소에서 설치하려면 다음을 수행하세요.
다음 명령을 순차적으로 실행합니다.
Installation from the repository is performed automatically, including all the system components.
To install from the repository, do the following:
Sequentially run the 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 |
Info | ||
---|---|---|
| ||
If the distribution packages based on Debian 10 are used, it may be necessary to install additional packages:Debian 10 기반 배포 패키지를 사용하는 경우 추가 패키지를 설치해야 할 수 있습니다. sudo apt-get install wget |
To install Axxon One Server, run the following command:Axxon One 서버를 설치하려면 다음 명령을 실행하세요.
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one |
To install the FailOver Server, run the following command:FailOver 서버를 설치하려면 다음 명령을 실행하세요.
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one-raft |
Note | ||
---|---|---|
| ||
It is not allowed to simultaneously install the regular Server and the FailOver Server. | ||
일반 서버와 페일오버 서버를 동시에 설치하는 것은 허용되지 않습니다. |
설치 중에 설치 프로그램은 Axxon One 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 specify it on the Client at the first connection.