Versions Compared

Key

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

For quick installation of the the Axxon One Server and Client and Client in Linux OS, do the following:

  1. Add the repositories by sequentially running the following commands:
    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository buster 
  2. stable
  3. main backports/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
    echo 'deb http://download.axxonsoft.com/debian-repository stable 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 
  4. Install
  5. the 
  6. the Axxon One
  7.  Server
  8.  Server:
    Code Block
    languagebash
    sudo apt-get install axxon-one
  9. If you use Ubuntu 20.04, Debian 11 or above, then install the mono-complete from the stretch repository:
    Code Block
    languagebash
    sudo apt-get install mono-complete -t stretch
  10. Install the Axxon One Client:
    Code Block
    languagebash
    sudo apt-get install axxon-one-client

The Server and Client installation is complete.