Skip to content

Latest commit

 

History

History
 
 

software_development

Software Development

This manual is for software developers customizing or developing GeoNetwork:

If you just want to use the software and are looking for instructions on how to do that, there is a lot of documentation for users, administrators, metadata editors and application maintainers at: GeoNetwork Documentation.

Quickstart

Get GeoNetwork running - the short path:

git clone --depth 3 --recursive https://github.com/geonetwork/core-geonetwork.git
cd core-geonetwork
mvn clean install -DskipTests
cd web
mvn jetty:run

The application is opened on http://localhost:8080/geonetwork