Quickstart

Requirements

Before installing Growchief, ensure you have the following:

  • Docker and Docker Compose (Installation guide)
  • Git
  • The following ports available: 5002, 8080

Setup

1. Clone the Repository

Run the following command to clone the repository:

git clone https://github.com/growchief/growchief.git

2. Configure the Auth Secret

Open docker-compose.yml and set the AUTH_SECRET value to a secure, random string.

First Start-Up

To launch Growchief, run:

docker compose up -d

Wait a few moments for all services to start.

Once running, open your browser and go to: http://localhost:5002

You’re all set! Growchief is ready to use!