Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 584 Bytes

chef-geodjango

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.