Changes between Version 6 and Version 7 of HowToCompile


Ignore:
Timestamp:
Jul 13, 2010, 2:00:57 AM (14 years ago)
Author:
Fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v6 v7  
    11= How to compile !GeoNetwork =
    2 == GeoNetwork build ==
    32You don't need to build or use the !GeoNetwork installer;
    43you can build directly from the source code.
     4
     5== GeoNetwork build 2.5.1 and after ==
     6{{{
     7svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk
     8geonetwork
     9cd geonetwork
     10mvn clean install
     11mvn assembly:assembly
     12mv target/release/geonetwork-2.5.0-SNAPSHOT-bin.zip /tmp/.
     13cd /tmp
     14unzip geonetwork-2.5.0-SNAPSHOT-bin.zip
     15cd geonetwork
     16cd bin
     17./start-geonetwork.sh
     18}}}
     19
     20Go to http://localhost:8080/geonetwork
     21
     22== GeoNetwork build 2.4.x and previous release ==
    523
    624Once you have checked out a copy of !GeoNetwork from Subversion,