Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Wiki Markup
    Attempt to re-run the automatic installer from your DSpace Source Directory (\[dspace-source\]).  This will attempt to automatically download the database file, unzip it and install it into the proper location:
    Code Block
    ant update_geolite
    • NOTE: If the location of the GeoLite Database file is known to have changed, you can also run this auto-installer by passing it the new URL of the GeoLite Database File: ant -Dgeolite=full-URL-of-geolite update_geolite
  2. OR, you can manually install the file by performing these steps yourself:

...