Versions Compared

Key

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

To install the Aby zainstalować Serwer Axxon Next Server manually, do the following:manualnie, wykonaj następujące kroki:

  1. Dodaj repozytoria poprzez wykonanie następujących komendAdd the repositories by sequentially executing the following commands:

    Code Block
    echo 'deb [arch=amd64] http://download.axxonsoft.com/debian-repository stretch main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list 
    echo 'deb [arch=amd64] http://download.axxonsoft.com/debian-repository stretch 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


  2. Aby pobrać pakiety instalacyjne, uruchom jedną z następujących komend:
    1. Tylko Serwer

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

      Code Block
      sudo apt-get install -d axxon-next


    2. Server and i Client:

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

      By default, the files are downloaded to the Domyślnie pliki są zapisywane do folderu /var/cache/apt/archives folder. If it is necessary to download the files to another folder, run the following command. Jeśli pobieranie ma się odbyć do innego folderu, uruchom następującą komendę:

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

      In this case, the packages will be downloaded to the Pakiety instalacyjne zostaną pobrane do folderu /home/user/Downloads folder.

      Note
      titleAttention!

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

      Jeśli planowana jest instalacja pobranych pakietów na inny komputer bez dostępu do Internetu, wersja OS na komputerze powinna być taka sama, co na komputerze, na którym pakiety instalacyjne zostały pobrane.


  3. Aby zainstalować wcześniej pobrane paczki instalacyjne, wykonaj następującą komendęTo install the previously downloaded packages, execute the command:

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

    wheregdzie:

    user - user namenazwa użytkownika;
    Downloads - folder with downloaded packagesz pobranymi paczkami instalacyjnymi.

    Expand
    titlePackage examples...

    Example of packages required to install the server sidePrzykład paczek niezbędnych do instalacji po stronie serwera:

    Panel
    axxon-drivers-pack_3.46_amd64.deb 
    axxon-detector-pack_3.1_amd64.deb 
    axxon-next-core_4.5.0_amd64.deb 
    axxon-next_4.5.0_all.deb

    Example of packages required to install the Server in the Failover modePrzykład paczek niezbędnych do instalacji Serwera w trybie Failover:

    Panel
    axxon-drivers-pack_3.46_amd64.deb 
    axxon-detector-pack_3.1_amd64.deb
    axxon-next-core_4.5.0_amd64.deb 
    axxon-next-raft_4.5.0_amd64.deb

    Example of packages required for the Server and Client installation typePrzykład pakietów instalacyjnych niezbędnych do instalacji typu Serwer i Klient:

    Panel
    axxon-drivers-pack_3.46_amd64.deb 
    axxon-detector-pack_3.1_amd64.deb
    axxon-next_4.5.0_all.deb 
    axxon-next-core_4.5.0_amd64.deb 
    axxon-next-client-bin_4.5.0_amd64.deb 
    axxon-next-client_4.5.0_all.deb



    Note
    titleAttention!

    The folder should not contain other packages.

    It is not allowed to simultaneously install the normal 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.

    Image Removed
  4. If necessary, you can change the Server configuration after installation (see Axxon Next Server configuration change).  

Installation is complete.

  1. Folder nie powinien zawierać innych pakietów instalacyjnych.

    Nie jest możliwa jednoczesna instalacja zwykłego Serwera i Serwera Failover.

    Podczas instalacji instalator zażąda nazwy Domeny Axxon dla instalowanego Serwera Axxon Next. Jeśli pole pozostanie puste, nazwę domeny będzie można wybrać przy pierwszym połączeniu Klienta z Serwerem.

    Image Added
  2. Jeśli jest to wymagane, można zmienić konfigurację Serwera po zakończeniu instalacji (zobacz: Zmiana konfiguracji Serwera Axxon Next).  

instalacja jest zakończona.

Istnieje możliwość zainstalowania Detector Pack oraz Driver Pack z repozytorium. Aby to uczynić, uruchom następujące komendyYou can install the Detector Pack and Driver Pack from the repository. To do this, sequentially execute the following commands:

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


Note
titleAttention!

The Detector Pack and Driver Pack must be installed from the repository before installing the main part of i Driver Pack muszą zostać zainstalowane z repozytorium przed instalacją głównej części Axxon Next.If the

Jeśli Detector Pack and oraz Driver Pack were installed from the repository, it is necessary to remove them from the folder with downloaded installation packageszostały zainstalowane z repozytorium, niezbędne jest usunięcie ich z folderów z pobranymi pakietami instalacyjnymi przed instalacją głównej części Axxon Next.