...
Hardware Requirements |
|
Software Requirements |
|
Privileges Required | Local Administrator privileges (for installation of Qualitia Server) |
Communication Ports TCP (Inbound) | The following list indicates the communication ports for each component: 8889: Qualitia License Service 8887: Qualitia Web Service |
🔀 Workflow and Process
First time Installation of Qualitia Automation Studio-Server-9.
...
x.
...
x
From the terminal type tar–xzvf ./QualitiaAutomationStudio-9.0.4.tar.gz
In the terminal window, you will see the following files are extracted. This process usually takes less than a minute.
Qualitiainstaller.sh
QualitiainstallerAssets.tar.gz
Qualitiauninstaller.sh
Settings.yaml
Once extracted, open the folder Qualitia Automation Studio-Server-9.0.4.
You will see these four files:
Qualitiainstaller.sh
QualitiainstallerAssets.tar.gz
Qualitiauninstaller.sh
Settings.yaml
Go to the Settings.yaml file.
Find the attribute QUALITIA_SERVER_PORT.
Default port is 8887. If you prefer to change it to a different port, update the port number. Ensure the port number is updated within the single quotes.
Look for the attribute called ReportAssetsPath.
Its default value is blank.
If you prefer to update the path, update it within the single quotes. If the folder path is specified, the assets will be created in that path.
Save the file.
After updating the QUALITIA_SERVER_PORT and ReportAssetsPath, open the terminal again.
Go to the QAS9.x folder by using this command in the terminal “cd QualitiaAutomationStudio-9.0.4” and hit Enter.
Once you are in the folder, enter this command - ./QualitiaInstaller.sh and hit Enter.
This will extract the package. This process should take a minute.
When prompted for the localadmin password, enter the admin password.
Installer will verify or validate:
Whether this is an update or a fresh installation
Git
Settings
Once the installation is completed, the Qualitia Automation Studio Server portal will open in the default browser configured in your server. This page is shown for first-time installation. <Screenshot>
The portal confirms that the installation is successful.
...