Skip to main content

Quick Start

Let's discover Harness Open Source in less than 30 seconds.

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/gitness:/data \
--name opensource \
--restart always \
harness/harness
  1. Once the container is running, open localhost:3000 in your browser.
  2. Select Sign Up.
  3. Enter a User ID, Email, and Password.
  4. Select Sign Up.
note

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

Learn how to manage your Harness Open Source instance data depending on your use case.

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 and 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

Now that you've created a project and repository, you can: