Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Opscode cookbook layout #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ instance, or with [Vagrant](http://vagrantup.com/)
Make sure you customize `cookbooks/database/attributes/default.rb`
to use your actual database user and database name.

This cookbook depends on the following cookbooks:

* build-essential
* postgresql

<!--- TODO: Update Vagrant instructions.

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.
That'll give you a virtual machine with a database ready to go.
-->
25 changes: 0 additions & 25 deletions Vagrantfile

This file was deleted.

4 changes: 4 additions & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default[:geodjango][:postgis][:version] = "1.5.5"
default[:geodjango][:geos][:version] = "3.3.5"
default[:geodjango][:proj4][:version] = "4.7.0"
default[:geodjango][:proj4][:datumgrid][:version] = "1.5"
24 changes: 0 additions & 24 deletions cookbooks/build-essential/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions cookbooks/build-essential/metadata.rb

This file was deleted.

45 changes: 0 additions & 45 deletions cookbooks/build-essential/recipes/default.rb

This file was deleted.

2 changes: 0 additions & 2 deletions cookbooks/database/attributes/default.rb

This file was deleted.

15 changes: 0 additions & 15 deletions cookbooks/database/recipes/default.rb

This file was deleted.

2 changes: 0 additions & 2 deletions cookbooks/geos/attributes/default.rb

This file was deleted.

1 change: 0 additions & 1 deletion cookbooks/postgis/attributes/default.rb

This file was deleted.

69 changes: 0 additions & 69 deletions cookbooks/postgresql/README.rdoc

This file was deleted.

78 changes: 0 additions & 78 deletions cookbooks/postgresql/attributes/default.rb

This file was deleted.

Loading