This project is an example of how to deploy a WSGI based application with Puppet using Vagrant to create the virtual machines.
The containers are configured to use Ubuntu Precise. This setup uses the following VMs:
- web, this is the Web Front End, it runs the gunicorn inside a virtualenv
- db, database server running Postgresql 9.1
These dependencies are required to run this example (create the VMs), the rest of dependencies are automatically installed inside the VMs