Download GeoNetwork

Releases

Third-party distributions

Some contributors release alternative distributions of GeoNetwork opensource. For example:

Source code

To checkout the current development version and build it, use:

$ git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork
$ cd geonetwork
$ git checkout main
$ git submodule update --init
$ mvn clean install
$ cd web
$ mvn jetty-run

and open a browser on http://localhost:8080/geonetwork.

For more information, please refer to the developer guide.

© Copyright 2024, Open Source Geospatial Foundation. Last updated on Mar 14, 2024.