Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

        Code Block
        sudo apt-get install git gettext binutils


      2. For Fedora, RedHat Linux, CentOS:

        Code Block
        dnf install git gettext binutils


    2. Clone the axxonnext.docker repository.

      Code Block
      git clone https://src.axxonsoft.dev/bitbucket/scm/one/axxonnext.docker.git


    3. Update the cloned repository files:
      1. Go to the axxonnext.docker folder:

        Code Block
        cd /home/%username/axxonnext.docker/

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

      2. Download the contents of the git repository:

        Code Block
        git pull


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

      Code Block
      cd /home/%username/axxonnext.docker/nextserver


    3. Execute the command:

      Code Block
      ./axxon-next.sh build

      The assembly of the Axxon Next container will begin.

    4. To view the list of the assembled containers after the operation is complete, execute the command:

      Code Block
      ./axxon-next.sh list


...