Start with self-hosted
Quick start

Quick start

The quick start aims to people that want to get running fast, with as few steps as possible.

ℹ️

This guide assumes you have Docker (opens in a new tab) and Docker Compose (opens in a new tab) installed

Step by step

Get the project running

In your favorite terminal, run the following commands:

$ git clone https://github.com/progressively-crew/progressively
$ cd progressively
$ docker-compose up -d

Create your admin user

You can now open http://localhost:3000/welcome (opens in a new tab) to setup your admin user.