Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

To launch the Axxon One Server using Docker, do the following:

  1. Install Docker using the official manuals:
  2. Connect the Axxon One repository. To do this, do the following:
    1. Install git and the envsubst utility using the command:
      1. For Debian and Ubuntu:

        sudo apt-get install git gettext binutils
      2. For Fedora, RedHat Linux, CentOS:

        dnf install git gettext binutils
    2. Clone the axxonone.docker repository.

      git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonone.docker.git
    3. Update the cloned repository files:
      1. Go to the axxonone.docker folder:

        cd /home/%username/axxonone.docker/

        where %username is a username under which the container will be created.

      2. Download the contents of the git repository:

        git pull


  3. Create the Axxon One container. To create the Axxon One container, do the following:
    1. Copy the deb packages of Axxon One, Detector Pack and Driver pack to the /home/%username/axxonone.docker/server/build/ folder.
    2. Go to the axxonone.docker/server folder.

      cd /home/%username/axxonone.docker/server
    3. Execute the command:

      ./axxon-one.sh build

      The assembly of the Axxon One container will begin.

    4. 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.

  • No labels