Documentation for Axxon Next 4.6.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

Attention!

Before installing Axxon Next in Linux OS, you need to read about the supported versions and operating system requirements (see Linux OS supported versions).

To install the Axxon Next Server manually, do the following:

  1. Add the repositories by sequentially running the following commands:

    echo 'deb [arch=amd64] http://download.axxonsoft.com/debian-repository stretch main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb [arch=amd64] http://download.axxonsoft.com/debian-repository next-weekly main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update

    Note

    If you install Axxon Next on Ubuntu 22, then after running the commands from the step 1, you should sequentially run the following commands to install the correct version of PostgreSQL:

    sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
    wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
    sudo apt-get update
    sudo apt-get -y install postgresql-10


  2. Install DetectorPack and DriverPack by sequentially running the following commands:

    sudo apt-get install axxon-drivers-pack
    sudo apt-get install axxon-detector-pack

    If necessary, install add-ons to the basic DetectorPack (see Installing add-ons to the basic DetectorPack in Linux OS).

    You must install DetectorPack and DriverPack before installing the main part of Axxon Next

  3. To download the packages, run one of the following commands:
    1. Server only:

      sudo apt-get install -d axxon-next
    2. Server and Client:

      sudo apt-get install -d axxon-next-client 

      By default, the files are downloaded to the /var/cache/apt/archives folder. If it is necessary to download the files to another folder, run the following command:

      sudo apt-get install -d axxon-next -o=dir::cache=/home/user/Downloads/

      In this case, the packages will be downloaded to the /home/user/Downloads folder.

      Attention!

      If you plan to install the downloaded packages on another computer with no Internet access, then the OS version on that computer should match the OS version of the computer on which the packages were downloaded.

  4. To install the previously downloaded packages, run the command:

    sudo dpkg -i /home/user/Downloads/*.deb || sudo apt-get install -f -y

    where

    useruser name;
    Downloadsfolder with downloaded packages.

    Example of packages required to install the server side:

    axxon-drivers-pack_3.73_amd64.deb 
    axxon-detector-pack_3.8_amd64.deb 
    axxon-next-core_4.6.0_amd64.deb 
    axxon-next_4.6.0_all.deb

    Example of packages required to install the Server in the Failover mode:

    axxon-drivers-pack_3.73_amd64.deb 
    axxon-detector-pack_3.8_amd64.deb
    axxon-next-core_4.6.0_amd64.deb 
    axxon-next-raft_4.6.0_amd64.deb

    Example of packages required for the Server and Client installation type:

    axxon-drivers-pack_3.73_amd64.deb 
    axxon-detector-pack_3.8_amd64.deb
    axxon-next_4.6.0_all.deb 
    axxon-next-core_4.6.0_amd64.deb 
    axxon-next-client-bin_4.6.0_amd64.deb 
    axxon-next-client_4.6.0_all.deb


    Attention!

    The folder should not contain other packages.

    It is not allowed to simultaneously install the regular Server and the Failover Server.

    During the installation, the installer will request the name of the Axxon-domain for the Axxon Next Server. If you leave this field blank, you can later specify it on the Client at the first connection.

  5. If necessary, you can change the Server configuration after installation (see Axxon Next Server configuration change on Linux OS).  

Installation is complete.

  • No labels