Skip to content

Files

Latest commit

ffd1381 · Apr 23, 2021

History

History

software_development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 11, 2021
Apr 23, 2021
Apr 22, 2021
Jun 16, 2020
Apr 22, 2021
Jun 16, 2020
Mar 18, 2021
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020

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