- https://docs.docker.com/
- Easiest option is to install docker destkop
Run
./createsecrets.py
to generate django & postgres passwords.
docker compose run --rm web ./init.sh
docker compose up
- Django
- Mailhog (email testing)
- React development
docker exec -it namubufferi-web-1 bash # replace namubuffa_web_1 with the actual name of the container
# you should now be working inside the container and greeted by a command line ending in `#` character
python manage.py createsuperuser
Answer questions and log in at /admin
to view the admin panel.