- Issue created by @BEGRAFX
- π¦πΉAustria arthur_lorenz Vienna
Yes, you are right, I did not find the time yet to properly document the module. You'll need to have the Geolite 2 city database file in
web/libraries/geolite2/GeoLite2-City.mmdb
You can either download and manually place it there, or add the following repository to your composer.json and run
composer require podcast-publisher-analytics/geolite2
{ "type": "package", "package": { "name": "podcast-publisher-analytics/geolite2", "version": "1.0.0", "type": "drupal-library", "dist": { "url": "https://cdn.jsdelivr.net/npm/geolite2-city@latest/GeoLite2-City.mmdb.gz", "type": "gzip" } } }