Skip to content

CedrikNikita/core-geonetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core-geonetwork

Installation

You need to have JDK 1.7+

Add path to JDK into JAVA_HOME

Install maven package. Example for CentOS:

$ yum install maven

Deploying

$ git clone https:/CedrikNikita/core-geonetwork.git
$ cd core-geonetwork
$ mvn clean install -DskipTests
$ cd web
$ mvn jetty:run -Penv-dev

You have to install Python 2.7+

Required Python modules:

  • pdfminer
  • wget

Known issues(TINRO-Center)

if server is down run following command, before Deploying:

$ iptables -I INPUT -p tcp --dport 8080 -j ACCEPT

Packages

No packages published

Languages

  • JavaScript 46.3%
  • Java 33.7%
  • XSLT 14.5%
  • HTML 2.6%
  • CSS 1.2%
  • Python 0.7%
  • Other 1.0%