To launch the Axxon One Server using Docker, do the following:
Ubuntu: https://docs.docker.com/engine/install/ubuntu/.
Minimum requirements to launch Axxon One 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 axxonone.docker repository.
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonone.docker.git |
If the "server certificate verification failed" error occurs, execute the following command in the terminal:
|
Go to the axxonone.docker folder:
cd /home/%username/axxonone.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 axxonone.docker/server folder.
cd /home/%username/axxonone.docker/server |
Execute the command:
./axxon-one.sh build |
The assembly of the Axxon One container will begin.
To view the list of the assembled containers after the operation is complete, execute the command:
./axxon-one.sh list |
The Axxon One Server launch using Docker is complete.