Clone GitHub TestLink Repository
Clone GitHub TestLink Repository
In this tutorial, we will go through the steps involved in setting up the TestLInk code from the TestLink GitHub Repository.
- Ubuntu Linux Machine
- Git is Installed on the machine.
- Web browser
Testlink GitHub
Visit the GitHub TestLink Repository URL.
- https://github.com/TestLinkOpenSourceTRMS/testlink-code
Click on the Code button.
Copy the git clone HTTPS URL that ends with .git
It can be an HTTPS or SSH url.
We will use this web URL to clone the TestLink code in the next step.
Git Clone
Open the Terminal or Command prompt.
Issue the following command.
Navigate to the directory where you want to clone the repository using the cd command.
Clone the repository by running the following command:
$ git clone repo _url
For example:
$ git clone https://github.com/TestLinkOpenSourceTRMS/testlink-code.git
We can copy the code to the Apache server and use the code to set up a TestLink instance. The main advantage is that you have the latest code and features. The disadvantage is that the code might have defects.