Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Requirement:

Running Ubuntu 22.04 server with internet access.

Login to the server with “root” user.

  1. 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

  2. update sources list
    apt update

  3. install app
    apt install accelario-virtualization

  4. 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/

If application is stopped, you may use “/usr/share/accelario-virtualization/run_app.sh” to start it

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:

cd /usr/share/accelario-virtualization/
./run_app.sh <PORT_NUMBER> 

  1. Uninstall the application
    apt purge accelario-virtualization

  • No labels