- Docker
- Git
-
Clone the repo with the following command:
git clone /~https://github.com/chodges7/mastermind-capstone.git
-
Create a
.env
file for the DjangoSECRET_KEY
env variableSECRET_KEY=1a2b3c4d...
- A secret key generator can be found here.
-
Run Docker compose with the following command:
docker compose up -d docker compose log -f
Note: The
docker-compose.yaml
file points at this github repo's container registry. You might want to change to a local build or your own fork's GitHub package. -
The Django project should now be availible on http://localhost:80