ukwa / w3act

w3act is an annotation and curation tool for building web archive collections
Apache License 2.0
19 stars 6 forks source link

Re-instate GeoIP functionality #610

Closed anjackson closed 5 years ago

anjackson commented 5 years ago

Since we switched to the two-stage build, we've been missing the GeoIP database that is needed to perform that check! We need to:

  1. Update the Dockerfile to download it from https://dev.maxmind.com/geoip/geoip2/geolite2/#Downloads during the build.
  2. Once re-instated, check it's working as expected on BETA and then we'll need to re-run the all-targets-check-and-update we ran after 2.0.11.
anjackson commented 5 years ago

Like this: https://github.com/ukwa/ukwa-heritrix/blob/78e9028ff7e24f6da623cce843509b030d3840dc/Dockerfile#L5-L8

But with a bit more unpacking to drop the payload DB file into the work directory.