Download GeoNetwork¶
Releases¶
v4.4.8 - latest
v4.2.13 - stable
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.
Docker¶
Official GeoNetwork docker image:
Third-party distributions¶
Some contributors release alternative distributions build with 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 es
$ docker compose up -d
$ cd ../web
$ mvn jetty-run
and open a browser on http://localhost:8080/geonetwork.
For more information, please refer to the developer guide.