You need to have JDK 1.7+
Add path to JDK into JAVA_HOME
Install maven package. Example for CentOS:
$ yum install maven
$ git clone https://github.com/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
if server is down run following command, before Deploying:
$ iptables -I INPUT -p tcp --dport 8080 -j ACCEPT