Changes between Version 9 and Version 10 of HowToCompile
- Timestamp:
- 06/14/12 11:33:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToCompile
v9 v10 2 2 You don't need to build or use the !GeoNetwork installer; 3 3 you can build directly from the source code. 4 == GeoNetwork build 2.8.x and after == 5 {{{ 6 git clone --recursive git://github.com/geonetwork/core-geonetwork.git 7 cd geonetwork 8 mvn clean install 9 mvn assembly:assembly 10 mv target/release/geonetwork-2.5.0-SNAPSHOT-bin.zip /tmp/. 11 cd /tmp 12 unzip geonetwork-2.5.0-SNAPSHOT-bin.zip 13 cd geonetwork/jetty 14 ../bin/start-geonetwork.sh 15 }}} 4 16 5 == GeoNetwork build 2.5.1 and after == 17 18 Go to http://localhost:8080/geonetwork 19 20 == GeoNetwork build 2.5.1 to 2.7.x == 6 21 {{{ 7 22 svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk geonetwork