refinery geolocation

Geolocator Plugin for Refinery CMS

8
0
Ruby

RefineryCMS Geolocations

A geolocator plugin for the Refinery content management system.

Description:

Search Locations

  • uses Google MAPS API

Administration panel

  • Add locations

Dependencies:

geokit-rails, from

which depends on the geokit gem

gem install geokit

Installation (as a plugin)

First, make sure you’ve run the migration on RefineryCMS (db:setup / db:migrate).

Clone the plugin:

script/plugin install git://github.com/kalupa/refinery-geolocation.git

Copy the migration with

script/generate geolocation

& run the migration

rake db:migrate

Make sure you update your API key in Geolocations -> Settings

Credit

Installation scripts based on RefineryCMS Blog. see: http://github.com/resolve/refinerycms-blog