Bitnami

Bitnami makes it incredibly easy to deploy apps with native installers, as virtual machines, or in the cloud.

With one click, you can deploy any app or dev stack to any environment. Our images deploy consistently every time. All Bitnami apps and dev stacks have been pre-integrated and configured so that you can become productive immediately.

Deploying a Django App to Amazon AWS (with Nginx + Gunicorn + Git)

This tutorial will cover deploying a stateless django stack to Amazon AWS. Our stack will consist of some version of Ubuntu (for this tutorial I’m using 12.04 LTS), nginx + gunicorn to serve the Django app, a Postgres Amazon RDS instance for the database, Amazon S3 for our static files and BitBucket as out private Git repository that the server updates from.