Go to documentation repository
Documentation for Axxon One 2.0 version. Documentation for Axxon One 3.0 version
is also available.
To launch the Axxon One Server using Docker, do the following:
- Install Docker:
Note
Minimum requirements to launch Axxon One 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 One repository. To do this, do the following:
Go to the directory where the container will be located.
cd /home/%username
where %username is a username under which the container will be located.
Clone the axxonnext.docker repository.
git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git
Attention!
If the "server certificate verification failed" error occurs, execute the following command in the terminal:
export GIT_SSL_NO_VERIFY=1
- Update the cloned repository files:
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
- Create the Axxon One container. To create the Axxon One container, do the following:
Copy the deb packages of Axxon One, Detector Pack and Driver pack to the /home/%username/axxonnext.docker/server/build/ folder.
mv /home/user/Downloads/axxon-* /home/axxonnext.docker/server/build/
Go to the axxonnext.docker/server folder.
cd /home/%username/axxonnext.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.