For the complete documentation index, see llms.txt. This page is also available as Markdown.

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/harness
  1. When the container runs, open localhost:3000 in your browser.

  2. Select Sign Up.

  3. Enter a User ID, Email, and Password.

  4. Select Sign Up.

By default, the Harness Open Source instance stores data beneath the /data directory.

Go to manage Harness Open Source instance data to configure data storage.

Create a project

  1. Select New Project.

  2. Enter a project Name and optional Description.

  3. Select Create Project.

Optionally, Harness Open Source can import projects from external sources (such as GitLab groups or GitHub organizations).

Create a repository

  1. In your project, select Repositories, then select New Repository.

  2. Enter the repository Name.

  3. 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:

Last updated

Was this helpful?