Versions Compared

Key

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

For quick installation of the Axxon One Server and Client in Linux OS, do the following:Linux OS에 Axxon One Server와  Client를 빠르게 설치하려면 다음을 수행하세요.

  1. 다음 명령을 순차적으로 실행하여 저장소를 추가합니다.Add the repositories by sequentially running the following commands:
    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository 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

  2. Install the Axxon One Server 서버를 설치합니다.:
    Code Block
    languagebash
    sudo apt-get install axxon-one
  3. If you use Ubuntu 20.04,  Debian 11 or above, then install the mono-complete from the stretch repository:Debian 11 이상을 사용하는 경우 stretch 저장소에서 mono-complete를 설치하세요.
    Code Block
    languagebash
    sudo apt-get install mono-complete -t stretch
  4. Install the Axxon One Client: 클라이언트를 설치합니다.
    Code Block
    languagebash
    sudo apt-get install axxon-one-client

The Server and Client installation is complete서버와 클라이언트 설치가 완료되었습니다.