This commit is contained in:
Brian Huisman 2023-04-13 11:11:56 -04:00
commit c888c40e0d
3 changed files with 13 additions and 18 deletions

9
.gitignore vendored
View file

@ -1,6 +1,7 @@
os3/geoip2/LICENSE.txt
os3/geoip2/GeoLite2-Country.mmdb
os3/geoip2/geoip2.phar
os3/geoip2/COPYRIGHT.txt
orcinus/GeoIP2/LICENSE.txt
orcinus/GeoIP2/GeoLite2-Country.mmdb
orcinus/GeoIP2/geoip2.phar
orcinus/GeoIP2/COPYRIGHT.txt
orcinus/config.ini.php
*.7z

8
orcinus/GeoIP2/README.md Normal file
View file

@ -0,0 +1,8 @@
# Maxmind GeoIP2 Geolocation
To enable the Geolocation service for items in the Query Log, follow the steps below:
1. Download the latest Maxmind GeoIP2 .phar file from the Github, and place it in the same directory as this README file: https://github.com/maxmind/GeoIP2-php/releases
2. Login at the Maxmind website; account registration is free: https://www.maxmind.com/en/account/login
3. Navigate to the "Downloads" area of your Maxmind account, and download the GeoLite Country (not CSV) GZIP package.
4. Unzip the 'GeoLite2-Country.mmdb' file and place it in the same directory as this README.txt file.

View file

@ -1,14 +0,0 @@
To enable the Geo-Location service, follow the steps below:
1) Download the latest Maxmind GeoIP2 .phar file from the Github, and
place it in the same directory as this README.txt file:
https://github.com/maxmind/GeoIP2-php/releases
2) Login at the Maxmind website; account registration is free:
https://www.maxmind.com/en/account/login
3) Navigate to the "Downloads" area of your Maxmind account, and
download the GeoLite Country (not CSV) GZIP package.
4) Unzip the 'GeoLite2-Country.mmdb' file and place it in the same
directory as this README.txt file.