Skip to content

Instantly share code, notes, and snippets.

@ronsuez
Created May 4, 2015 21:27
Show Gist options
  • Save ronsuez/3268cf1d5f66c6a41c53 to your computer and use it in GitHub Desktop.
Save ronsuez/3268cf1d5f66c6a41c53 to your computer and use it in GitHub Desktop.
django-gunicorn-supervisord
1.- ssh into the vps
2.- create a new virtualenv
3.- clone the repository
4.- install the needed dependencies (through the requeriments file)
5.- check the database connection and then migrate the models
6.- config static folder and collectstatic
6.- configure gunicorn/supervisord
7.- configure nginx reverse proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment