Closed sjmf closed 2 years ago
Production deployment steps:
production.yml
to docker-compose.override.yml
manyfews/manyfews/.env.CI
to .env
.env
to populate it with production environment variables.docker-compose pull && docker-compose up -d
Further:
docker-compose exec gunicorn bash --login -c "python manage.py createsuperuser"
PRODUCTION.md has been completed as of commit bf0a01c.
Production deployment is easy, but requires a set of prequisite steps. These should be documented in a file called
PRODUCTION.MD
along with the requisitedocker-compose
commands.Consider also moving documentation out of the root of the repo into a subfolder, and linking it from the top-level
README.MD
.