A set of recipes to set up all the libraries required to run Geo Django
Use them with your Chef instance, or with Vagrant
Make sure you customize cookbooks/database/attributes/default.rb
to use your actual database user and database name.
To try the setup out, do:
$ git clone https://github.com/flashingpumpkin/chef-geodjango.git
$ cd chef-geodjango
$ vagrant up
That'll give you a virtual machine with a database ready to go.