Go to documentation repository
Page History
...
- Install Docker using the official manuals:
- Debian: https://docs.docker.com/engine/install/debian/.
Ubuntu: https://docs.docker.com/engine/install/ubuntu/.
Info title Note Minimum requirements to launch Axxon Next using Docker on Ubuntu:
- Dual core processor;
- 4 GB RAM;
- 200 GB HDD.
- other distribution packages: https://docs.docker.com/engine/install/.
- Connect the Axxon Next repository. To do this, do the following:
- Install git and the envsubst utility using the command:
For Debian and Ubuntu:
Code Block sudo apt-get install git gettext binutils
For Fedora, RedHat Linux, CentOS:
Code Block dnf install git gettext binutils
Clone the axxonnext.docker repository.
Code Block git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git
Note title Attention! If the "server certificate verification failed" error occurs, execute the following command in the terminal:
Code Block export GIT_SSL_NO_VERIFY=1
- Update the cloned repository files:
Go to the axxonnext.docker folder:
Code Block cd /home/%username/axxonnext.docker/
where %username is a username under which the container will be created.
Download the contents of the git repository:
Code Block git pull
- Install git and the envsubst utility using the command:
- Create the Axxon Next container. To create the Axxon Next container, do the following:
- Copy the deb packages of Axxon Next, Detector Pack and Driver pack to the /home/%username/axxonnext.docker/server/build/ folder.
Go to the axxonnext.docker/server folder.
Code Block cd /home/%username/axxonnext.docker/server
Execute the command:
Code Block ./axxon-next.sh build
The assembly of the Axxon Next container will begin.
To view the list of the assembled containers after the operation is complete, execute the command:
Code Block ./axxon-next.sh list
...
Overview
Content Tools