logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install harness/harness. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

harness/harness Installation Guide

How to install harness/harness. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for harness/harness. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i harness/harness
or

Install via npx

npx @hexmos/ipm i harness/harness

Prerequisites

Node.js

language

Version: 14.19.0 or higher

Go

build_tool

Version: 1.20.0 or higher

protobuf

system_package

Version: 3.21.11

protoc-gen-go

build_tool

Version: v1.28.1

protoc-gen-go-grpc

build_tool

Version: v1.2.0

docker

system_package

Version: latest

git

system_tool

Version: 2.34.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Homebrew Installation

curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/9de8de7a533609ebfded833480c1f7c05a3448cb/Formula/protobuf.rb > /tmp/protobuf.rb

brew install /tmp/protobuf.rb

protoc --version

Go Installation

go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1

go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0

Yarn Build

yarn install

yarn build

Server Start

./gitness server .local.env

Post Installation Steps

  • Start the server: `./gitness server .local.env`
  • Access the UI: http://localhost:3000
  • Run migrations: `./gitness migrate`