Changes between Version 14 and Version 15 of HowToCompile


Ignore:
Timestamp:
Aug 3, 2012, 6:51:26 AM (12 years ago)
Author:
ianwallen
Comment:

Update git sample to reflect the version 2.9 since 2.5 should not work with the git source. Also changed the url to https as this will give less issues to users behind a firewall.

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v14 v15  
    44== GeoNetwork build 2.8.x and after ==
    55{{{
    6 git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork
     6git clone --recursive https://github.com/geonetwork/core-geonetwork.git geonetwork
    77cd geonetwork
    88mvn clean install
    99mvn assembly:assembly
    10 mv target/release/geonetwork-2.5.0-SNAPSHOT-bin.zip /tmp/.
     10mv target/release/geonetwork-2.9.0-SNAPSHOT-bin.zip /tmp/.
    1111cd /tmp
    12 unzip geonetwork-2.5.0-SNAPSHOT-bin.zip
     12unzip geonetwork-2.9.0-SNAPSHOT-bin.zip
    1313cd geonetwork/jetty
    1414../bin/start-geonetwork.sh