Skip to content

Latest commit

 

History

History

software_development

Software Development

This manual is for 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:

  1. Build:

    git clone --depth 3 --recursive https://github.com/geonetwork/core-geonetwork.git
    cd core-geonetwork
    mvn clean install -DskipTests
    
  2. Elasticsearch:

    cd es
    mvn install -Pes-download
    mvn exec:exec -Des-start
    
  3. GeoNetwork web application:

    cd web
    mvn jetty:run
    
  4. The application is opened on http://localhost:8080/geonetwork