Skip to content

Files

Latest commit

b951e41 · Jan 18, 2024

History

History
This branch is 2 commits ahead of, 200 commits behind geonetwork/core-geonetwork:main.

software_development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 8, 2023
Aug 30, 2023
Jan 18, 2024
Jun 16, 2020
Oct 10, 2023
Oct 10, 2023
Oct 3, 2023
Jun 14, 2023
Oct 10, 2023
Aug 30, 2023
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020

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