Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 599 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 599 Bytes

django-deploy

Exploring different deployment options to deploy a production-ready Django server, using nginx, gunicorn and postgresSQL.

Beside this branch, master, there are currently the following branches exploring different deployment options.

  • vagrant/manual - where the README explains what to do
  • vagrant/shell - where Vagrant runs the bootstrap.sh script to provision the system
  • vagrant/ansible - where Vagrant runs Ansible, which runs playbook.yml to provision the system
  • vagrant/aws - where Vagrant runs Ansible, which runs playbook.yml to provision an AWS-hosted VM

May 2017