...
The application will be installed under the following path:
/usr/share/accelario-virtualization/
The application can be stopped manually, by performing:
Code Block cd /usr/share/accelario-virtualization/ ./stop.sh
The application can be started manually, by performing:
Code Block cd /usr/share/accelario-virtualization/ ./run_app.sh
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 9090
The package does not handle upgrading of the application. In order to perform the upgrade follow instructions on Upgrade versions from version 26
The application can be fully uninstalled by performing.
This step is permanent and removes all the application data!
Perform:apt purge accelario-virtualization