Docker should be installed.
-
Create
.env.devand.env.prodfiles from examples. -
Run
make setupin order to create a virtual environment. -
Run
make dev:buildin order to build docker images. -
Run
make dev:startin order to start all containers.
Admin panel will be accessible on localhost:8000/admin. Credentials are inside .env.dev.example.
Database will be accessible on localhost:5432 with credentials from .env.dev file.
Check other commands in Makefile.