Header

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 4 Current »

Installation of QAS - Server-9.x.x

  1. From the terminal, run the command tar–xzvf ./QualitiaAutomationStudio-9.x.x.tar.gz.

  2. This will extract the following files:

    1. Qualitiainstaller.sh

    2. QualitiainstallerAssets.tar.gz

    3. Qualitiauninstaller.sh

    4. Settings.yaml
      Note: This process usually takes less than a minute

  3. Once extracted, open the folder Qualitia Automation Studio-Server-9.x.x. You will see these four files:

    1. Qualitiainstaller.sh

    2. QualitiainstallerAssets.tar.gz

    3. Qualitiauninstaller.sh

    4. Settings.yaml

  4. Go to the Settings.yaml file.

    1. Locate the attribute QUALITIA_SERVER_PORT. The default port is set to 8887. If you prefer to change it, update the port number within single quotes.

    2. Find the attribute ReportAssetsPath. By default, this value is blank. If you want to specify a folder path, update it within the single quotes. If a path is specified, the assets will be created in that directory.

    3. Save the file.

  5. Open the terminal again. Navigate to the QAS9.x folder by running the command cd QualitiaAutomationStudio-9.x.x and hit Enter.

  6. Once you are in the folder, enter this command - ./QualitiaInstaller.sh and hit Enter.

  7. This will extract the package. This process should take a minute.

  8. When prompted, enter the localadmin password to proceed with the installation.

  9. Installer will verify:

    1. Whether it is an update or a fresh installation

    2. Git

    3. Settings

  10. Once the installation is completed, the Qualitia Automation Studio - Server portal will open in the default browser configured on your server.
    Note: This page is shown only for first-time installation.

  11. The portal confirms that the installation is successful.

👁️‍🗨️ Verify installation

From the terminal, you can check the status of the service by entering the command - systemctl status Qualitia-web.service and enter.

  1. You can view the status of attribute Active as active (running).

  2. You can check the folders under folder.

 💡 Golden Nuggets: Best Practices for Linux Installation

  1. Privilege check: Ensure you have Localadmin and Sudo privileges on your OS before attempting the installation process.

  2. Correct extraction command: Use the correct command tar -xzvf ./QualitiaAutomationStudio-9.x.x.tar.gz to extract the installation files without errors.

  3. Custom settings: Before running the installation script, review and update the settings in the Settings.yaml file, such as the QUALITIA_SERVER_PORT and ReportAssetsPath.

  4. Terminal navigation: Carefully navigate to the correct folder in the terminal using the "cd" command before executing the installation script.

  5. Enter the correct password: When prompted for the localadmin password during installation, enter the correct password to avoid issues.

  6. Verify installation: After the installation is complete, use the "systemctl status qualitia web service" command in the terminal to check the status of the services and confirm a successful installation.

  7. Keep software updated: Regularly update your software to ensure you are using the latest features, improvements, and bug fixes.

 🔧 Got a problem? Let’s fix!

  1. Incorrect privileges: If you do not have Localadmin and Sudo privileges, you may face issues during the installation process.
    Remedial Step: Request for the necessary privileges before installation.

  2. Extraction issues: If you encounter problems while extracting the installation files using the command tar -xzvf ./QualitiaAutomationStudio-9.x.x.tar.gz, the installation process may not proceed.
    Remedial Step: Double-check the command you've entered and ensure the file path is correct. If the issue persists, try downloading the installation files again.

  3. Service status: If you are unable to verify the installation or the services are not running as expected, you may need to check the service status.
    Remedial Step: Use the systemctl status qualitia web service command in the terminal to check the status of the services. If the services are not running, try restarting them or contact the software support team for assistance.

📞📚 Here to Help: Support and Resources

If you have questions that are not addressed in the documentation, you may raise them here in the Qualitia Community.


  • No labels