- Have Docker installed
- Copy
.env.example
to.env
- Set a
DJANGO_SECRET_KEY
on.env
- Get a TMDB API token and set it as
TMDB_API_TOKEN
on.env
- run
docker compose up -d --build
- check that both the
db
andweb
containers are running
- on docker command line, run
python manage.py createsuperuser
- follow the instructions there
- website: localhost:6091
- admin: localhost:6091/admin/