Docker를 사용하여 Axxon One Server를 시작하려면 다음을 수행하세요.
- Docker 설치:
- Prepare the environment:
Install the packages to use the repository via HTTPS.
sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
Add official Docker GPG key.
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
- Configure the repository:
for the x86_64 / amd64 architecture:
Debian:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
Ubuntu:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
for the armhf architecture:
Debian:
sudo add-apt-repository "deb [arch=armhf] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
Ubuntu:
sudo add-apt-repository "deb [arch=armhf] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
Update the lists of packages:
Install and configure the Docker:
Install docker-ce.
sudo apt-get install docker-ce docker-compose
Add a user to the Docker.
Install git and the envsubst utility using the command:
sudo apt-get install git gettext binutils
- Prepare the environment:
Install the packages and set up the repository:
sudo dnf -y install dnf-plugins-core
sudo dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
Refresh metadata cache:
- Install and configure the Docker:
Install Docker with additional packages:
dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-compose
Install git and the envsubst utility using the command:
dnf install git gettext binutils
- 다른 배포 패키지: https://docs.docker.com/engine/install/.
- Axxon One 저장소를 연결합니다. 이를 위해 다음을 수행합니다.
컨테이너가 위치할 디렉토리로 이동합니다.
여기서 %username은 컨테이너가 위치할 사용자 이름입니다.
axxonnext.docker 저장소를 복제합니다.
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git
- 복제된 저장소 파일을 업데이트합니다.
axxonnext.docker 폴더로 이동합니다.
cd /home/%username/axxonnext.docker/
여기서 %username은 컨테이너가 생성될 사용자 이름입니다.
git 저장소의 내용을 다운로드하세요.
- Axxon One 컨테이너를 만듭니다. Axxon One 컨테이너를 만들려면 다음을 수행합니다.
Axxon One의 deb 패키지, Detector Pack 및 Driver Pack을 /home/%username/axxonnext.docker/server/build/ 폴더로 복사합니다.
mv /home/user/Downloads/axxon-* /home/axxonnext.docker/server/build/
axxonnext.docker/server 폴더로 이동합니다.
cd /home/%username/axxonnext.docker/server
다음 명령을 실행합니다.
Axxon One 컨테이너 어셈블리가 시작됩니다.
작업이 완료된 후 어셈블리 컨테이너 목록을 보려면 다음 명령을 실행하세요.
Docker를 사용한 Axxon One Server 출시가 완료되었습니다.