Skip to content

DefV/geokit-geoip-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

== GeoKit GeoIP Provider

=== Install
gem install DefV-geokit-geoip-provider

=== Setup

==== Rails
config.gem 'DefV-geokit-geoip-provider', :lib => 'geokit-geoip-provider'

Download and unzip a recent GeoCity database from http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

Add GeoIp as a ip_address provider:

GeoKit::Geocoders.ip_provider_order.unshift :geo_ip
GeoKit::Geocoders.geo_ip_database = RAILS_ROOT + "/lib/ext/GeoLiteCity.dat" # or the path you downloaded your geocity database

And you can start using the GeoIp geocoder

About

GeoIP provider for geokit gem

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages