To launch the Axxon Next Server using Docker, do the following:
Ubuntu: https://docs.docker.com/engine/install/ubuntu/.
Minimum requirements to launch Axxon Next using Docker on Ubuntu:
|
For Debian and Ubuntu:
sudo apt-get install git gettext binutils |
For Fedora, RedHat Linux, CentOS:
dnf install git gettext binutils |
Clone the axxonnext.docker repository.
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git |
If the "server certificate verification failed" error occurs, execute the following command in the terminal:
|
Go to the axxonnext.docker folder:
cd /home/%username/axxonnext.docker/ |
where %username is a username under which the container will be created.
Download the contents of the git repository:
git pull |
Go to the axxonnext.docker/server folder.
cd /home/%username/axxonnext.docker/server |
Execute the command:
./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:
./axxon-next.sh list |
The Axxon Next Server launch using Docker is complete.