Versions Compared

Key

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

...

Running Ubuntu 22.04 server with internet access.

  1. Login to the server with

...

  1. root user.

  2. create file with path /etc/apt/sources.list.d/accelario-virtualization.list
    add following line into the file:
    deb [trusted=yes] https://repo.accelario.com/repo stable main

  3. update sources list
    apt update

  4. install app
    apt install accelario-virtualization

  5. Install and start application server
    accelario-virtualization
    This step will unpack and install application, as well as will create a “crontab” job which will start the application on server boot.

  1. The application will be installed under the following path:
    /usr/share/accelario-virtualization/

...

  1. The application

...

  1. can be stopped manually, by performing:

    Code Block
    cd /usr/share/accelario-virtualization/
    ./stop.sh
  2. The application can be started manually, by performing:

    Code Block
    cd /usr/share/accelario-virtualization/
    ./run_app.sh

...

  1. The default assigned port for the application is 8080. You can start the server with a different port by providing a parameter to run_app.sh script (9090 in the following example):

    Code Block
    cd /usr/share/accelario-virtualization/
    ./stop.sh
    ./run_app.sh 

...

  1. 9090 

...

  1. The application can be fully uninstalled by performing:
    apt purge accelario-virtualization