Skip to main content

Quick start

Caution

The intent of this guide is to quickly launch a sandbox that you can use to evaluate the grit platform. This guide is not intended for production environments. For comprehensive setup instructions, see Installation.

Run the grit platform via the provided Docker image:

  1. Ensure docker is running on your machine, start it if it's not
docker info
  1. Download the docker compose file and put it in an empty directory somewhere

  2. Go to the directory where you just added the docker-compose.yml file and run

docker compose pull
docker compose up
  1. Navigate to http://localhost:3000/app/core/activate/admin the first time to set a password. Every subsequent time, navigate to http://localhost:3000/

  2. Enjoy!