Skip to content

Downloading Geonetwork Enterprise

GeoNetwork can be installed using a Web Archive Resource "war" file. The Web Archive Resource contains GeoNetwork Enterprise as a web-application, which can be deployed in an application server.

The GeoNetwork Enterprise web application resource file is available to GeoCat users in the Nexus Repository Manager.

Follow these steps to download it:

  1. Open your Web browser and navigate to https://nexus.geocat.net.

    Log in with your credentials.

  2. Move to the Browser section and locate the enterprise folder.

  3. Open the folder 2023.0/geonetwork/war and locate the package containing the most recent version. Expand it and click on the zip file it contains.

  4. In the file properties, download the path link to download the zip file (it contains a war inside).

  5. Download the geonetwork-enterprise-2023.0.zip file.

    This archive contains:

    • 'geonetwork.war`
    • license.html
    • release_notes.html

    These files will be used during the installation and deploy.

  1. Use a browser to navigate to https://nexus.geocat.net. Log in with your credentials.

    Move to the Browser section and locate the enterprise folder.

    Open the folder 2023.0/geonetwork/war and locate the zip for the most recent version.

    In the file properties, locate the path link to download the zip file.

    This is the path used when downloading below.

  2. Create a temporary folder to download geonetwork-enterprise:

    mkdir /tmp/geoserver-enterprise
    

    Download using the username and password provided, and the version number determined above.

    wget --http-user='USERNAME' --http-password='PASSWORD' \
      https://nexus.geocat.net/repository/enterprise/2023.0/geonetwork/war/geonetwork-enterprise-2023.0.zip
    
  3. Unzip this file in your tempoary folder

    unzip geonetwork-enterprise-2023.0.zip
    
    extracting: geonetwork-enterprise-2023.0.zip
     inflating: geonetwork.war
     inflating: license.html
     inflating: release_notes.html
    

    These files will be used during the installation and deploy.