msimerson / maxmind-geolite-mirror

Mirror MaxMind GeoIP dbs from geolite.maxmind.com
https://www.npmjs.com/package/maxmind-geolite-mirror
MIT License
10 stars 5 forks source link

Ability to customise database directory #4

Closed cbanbury closed 9 years ago

cbanbury commented 9 years ago

Creating an optional MAXMIND_DB_DIR variable that if set overrides the default /usr/local/share/GeoIP directory for systems that don't have access to /usr/local/share.

msimerson commented 9 years ago

Thanks for the PR.

msimerson commented 9 years ago

@cbanbury , would you mind squashing this before I merge?

git remote add msimerson https://github.com/msimerson/maxmind-geolite-mirror.git
git rebase -i msimerson/master

Then change pick to s for the latter two commits and save changes, and finally push the squashed branch to your repo:

git push -f origin
cbanbury commented 9 years ago

@msimerson all done :)