Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Previous page Next page
To launch the Axxon One Server using Docker, do the following:
- Install Docker using the official manuals:
- Debian: https://docs.docker.com/engine/install/debian/.
Ubuntu: https://docs.docker.com/engine/install/ubuntu/.
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:
- Install git and the envsubst utility using the command:
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
- Update the cloned repository files:
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
- Install git and the envsubst utility using the command:
- 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/axxonone.docker/one/build/ folder.
Go to the axxonone.docker/one folder.
cd /home/%username/axxonone.docker/one
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.
Overview
Content Tools