Installation of DevOps Test Hub on Ubuntu

You can find information about the tasks that you can perform to install IBM® DevOps Test Hub (Test Hub) on Ubuntu.

You must have installed Helm to run the Helm commands. For more information on installing Helm, refer to Installing Helm.

To install Test Hub on Ubuntu, you must pull the Helm chart, and then refer to the instructions in the README.md file that is located in the ibm-devops-prod/k3s directory.

To add the repository and pull the Helm chart, you must run the following commands:
helm repo add ibm-helm https://raw.githubusercontent.com/IBM/charts/master/repo/ibm-helm --force-update
helm pull --untar ibm-helm/ibm-devops-prod --version 11.0.4
To view the README.md file that is located in the ibm-devops-prod/k3s directory, you must run the following command after you pull the Helm chart.
Note: On Windows, you must use Windows PowerShell instead of Command Prompt to run the following command or navigate to the ibm-devops-prod/k3s directory in the File Explorer to view the README.md file.
cat ibm-devops-prod/k3s/README.md