With your user license confirmation email you will receive a link to download the necessary files to install QVtrace.
Download these files to the computer where the QVtrace server will be located. If the QVtrace server is not connected to the internet, download these files to any available computer and manually transfer them to the server computer.
The QVtrace installation consist of running two files:
installDockerUbuntu: installs the Docker container platform to run the QVtrace server.
QVtrace-0.10.0-Linux.sh: Core installation script for QVtrace.
Both of these files must first be made executable. Do this by opening a terminal window in the server computer going to the directory where the QVtrace files reside and typing:
sudo chmod u+x installDockerUbuntu
Your administrator password will be requested, type it in and press enter.
Same for the QVtrace-0.10.0-Linux.sh file:
sudo chmod u+x QVtrace-0.10.0-Linux.sh
(If your administrator password is asked for again, type it in) and press enter.
Next, run first the installDockerUbuntu by typing
sudo ./installDockerUbuntu
and pressing enter, and then
sudo ./QVtrace-0.10.0-Linux.sh
and pressing enter. This script will install all necessary components and start the QVtrace service.
Comments
0 comments
Article is closed for comments.