Changes between Version 9 and Version 10 of HowToCompile


Ignore:
Timestamp:
Jun 14, 2012, 11:33:04 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v9 v10  
    22You don't need to build or use the !GeoNetwork installer;
    33you can build directly from the source code.
     4== GeoNetwork build 2.8.x and after ==
     5{{{
     6git clone --recursive git://github.com/geonetwork/core-geonetwork.git
     7cd geonetwork
     8mvn clean install
     9mvn assembly:assembly
     10mv target/release/geonetwork-2.5.0-SNAPSHOT-bin.zip /tmp/.
     11cd /tmp
     12unzip geonetwork-2.5.0-SNAPSHOT-bin.zip
     13cd geonetwork/jetty
     14../bin/start-geonetwork.sh
     15}}}
    416
    5 == GeoNetwork build 2.5.1 and after ==
     17
     18Go to http://localhost:8080/geonetwork
     19
     20== GeoNetwork build 2.5.1 to 2.7.x ==
    621{{{
    722svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk geonetwork