-
Clone this repository
-
Install Docker following the instructions for your operating system
-
In
.env:POSTGRES_PASSWORD=choose-a-strong-password DATA_PROTECTION_PASSWORD=choose-a-different-strong-password -
Initialize the database:
docker compose up update --build -
For the development profile with hot reloading:
docker compose upAlternatively, there is the production profile:
docker compose --profile prod up -
The default URL is
[::1]:8080
Any changes to the database require you to repeat Step 2 Not all changes can be hot reloaded. It works best for changes to Views