Skip to content
Snippets Groups Projects
Commit 097cac91 authored by Alex Reisner's avatar Alex Reisner
Browse files

Merge pull request #769 from GermanDZ/patch-1

FIX instructions for use MaxMind Local ip lookup
parents 7e49f75e 7069eca8
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ This lookup provides methods for geocoding IP addresses without making a call to ...@@ -690,7 +690,7 @@ This lookup provides methods for geocoding IP addresses without making a call to
You can generate ActiveRecord migrations and download and import data via provided rake tasks: You can generate ActiveRecord migrations and download and import data via provided rake tasks:
# generate migration to create tables # generate migration to create tables
rails generate geocoder:maxmind:geolite PACKAGE=city rails generate geocoder:maxmind:geolite_city
# download, unpack, and import data # download, unpack, and import data
rake geocoder:maxmind:geolite:load PACKAGE=city rake geocoder:maxmind:geolite:load PACKAGE=city
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment