Skip to content

Instantly share code, notes, and snippets.

@danabauer
Created September 2, 2015 04:48
Show Gist options
  • Select an option

  • Save danabauer/1cba985fb9a6a2092ca6 to your computer and use it in GitHub Desktop.

Select an option

Save danabauer/1cba985fb9a6a2092ca6 to your computer and use it in GitHub Desktop.
Links to tutorials on deploying Flask and Django apps
nginx vs apache
https://anturis.com/blog/nginx-vs-apache/
uWSGI vs. Gunicorn
http://blog.kgriffs.com/2012/12/18/uwsgi-vs-gunicorn-vs-node-benchmarks.html
Deploying Django
http://www.djangobook.com/en/2.0/chapter12.html
Django - uWSGI - nginx
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
Shareabouts deploy instructions:
https://github.com/openplans/shareabouts/blob/master/doc/DEPLOY.md
Open Data Catalog deploy instructions:
https://github.com/azavea/Open-Data-Catalog/
Basic Django-gunicorn-nginx deploy instructions:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn
Basic Django-apache deploy instructions:
https://www.digitalocean.com/community/tutorials/how-to-run-django-with-mod_wsgi-and-apache-with-a-virtualenv-python-environment-on-a-debian-vps
Webfaction deploy instructions:
http://docs.webfaction.com/software/django/config.html#serving-django-static-media
Flask-mod_WSGI instructions:
http://flask.pocoo.org/docs/0.10/deploying/mod_wsgi/
Storing data with Flask
http://exploreflask.com/storing.html
Flask-mongo-OpenShift tutorial:
https://github.com/thesteve0/openshift-mongo-flask-example
Possible Flask apps to deploy
databench: https://github.com/svenkreiss/databench
possible Django apps to deploy
Shareabouts
Open Data Catalog
Deploying Ushahidi
https://forums.ushahidi.com/t/deploying-ushahidi-in-colombia-need-advice-and-web-developer/1619
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment