Get Started
Install Harness Open Source and create your first project and repository.
Install Overview and create your first project and repository.
Install Harness Open Source
Use the following Docker command to install Harness Open Source locally.
docker run -d \
-p 3000:3000 -p 3022:3022 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/harness:/data \
--name opensource \
--restart always \
harness/harnessWhen the container runs, open localhost:3000 in your browser.
Select Sign Up.
Enter a User ID, Email, and Password.
Select Sign Up.
Create a project
Select New Project.
Enter a project Name and optional Description.
Select Create Project.
Optionally, Harness Open Source can import projects from external sources (such as GitLab groups or GitHub organizations).
Create a repository
In your project, select Repositories, then select New Repository.
Enter the repository Name.
Select Create Repository.
Optionally, Harness Open Source can import repositories from external sources (such as GitLab or GitHub).
Work with Harness Open Source
After you create a project and repository, you can:
Create a branch and open a Pull Requests.
Create a Overview.
Add User Management and assign Project Management.
Customize your Harness Open Source Get Started.
Last updated
Was this helpful?