jackpine / rails-geo

A Cookbook which sets up a Ruby environment suitable for hosting geospatial Rails applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-geo-cookbook

Let's make it a delight to spin up a modern batteries-included Ruby/Rails platform suitable for developing and hosting GeoSpatial applicaions.

Supported Platforms

ubuntu

Attributes

Key Type Description Default
['rails-geo']['bacon'] Boolean whether to include bacon true

Usage

rails-geo::default

Include rails-geo in your node's run_list:

{
  "run_list": [
    "recipe[rails-geo::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: Michael Kirk (michael.john.kirk@gmail.com)

About

A Cookbook which sets up a Ruby environment suitable for hosting geospatial Rails applications.

License:MIT License


Languages

Language:Ruby 100.0%