Documentation for Axxon One 1.0.

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 2 Next »

Instalacja z repozytorium jest wykonywana automatycznie, wliczając w to wszystkie komponenty systemu.

Aby zainstalować Serwer Axxon One z repozytorium, wykonaj następujące kroki:

  1. Wykonaj następujące komendy:

    echo 'deb http://download.AxxonSoft.com/debian-repository stretch main' | sudo tee -a /etc/apt/sources.list.d/AxxonSoft.list
     
    echo 'deb 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

    Informacja

    Jeśli używane są dystrybucje bazujące na Debian 10, instalacja następujących pakietów może być konieczna:

    apt-get install wget
    apt-get install gnupg
  2. Aby zainstalować Serwer, uruchom następującą komendę:

    sudo apt-get install Axxon One

    Aby zainstalować Serwer FailOver, uruchom następującą komendę:

    apt-get install Axxon One-raft

    Uwaga!

    Instalacja regularnego Serwera oraz Serwera FailOver na jednej stacji jest niedozwolona.


    Podczas instalacji instalator zażąda nazwy Domeny Axxon dla Serwer Axxon One. Jeśli pozostawisz pole puste, Domena Axxon może zostać określona podczas pierwszego połączenia z Serwerem poprzez Klient.

  • No labels