Download GeoNetwork¶
Releases¶
v4.2.0 - Before migrating to version 4.2.0, check migration instructions related to H2 and read the list of missing features.
v4.0.6 - Before migrating to version 4.0.6, read carefully the list of missing features.
v4.0.5 - Before migrating to version 4.0.5, read carefully the list of missing features.
v4.0.4 - Before migrating to version 4.0.4, read carefully the list of missing features.
v4.0.3 - Before migrating to version 4.0.3, read carefully the list of missing features.
v4.0.2 - Before migrating to version 4.0.2, read carefully the list of missing features.
v4.0.1 - Before migrating to version 4.0.1, read carefully the list of missing features.
v4.0.0 - Before migrating to version 4.0.0, read carefully the list of missing features.
Third-party distributions¶
Some contributors release alternative distributions of GeoNetwork opensource. For example:
GeoNetwork Windows Installer: easy setup wizard (.exe) that allows to install GeoNetwork as a Windows service.
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.