= Version 2.3 et supérieure = === Pré-requis : === * installer Java * installer [http://ant.apache.org/ ant] * installer [http://maven.apache.org/ Maven] * Sur windows, installer l'utilitaire [http://gnuwin32.sourceforge.net/packages/patch.htm patch] (Doit être dans la variable PATH de windows) === Installation === {{{ cd /tmp mkdir geosource cd geosource svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/sandbox/GeoSource/trunk . mvn clean install }}} === Lancement === {{{ cd target/patched/bin ./start-geonetwork.sh }}} Dans le navigateur : http://localhost:8080/geonetwork = Version 2.2.x et inférieure = == Comment compiler GéoSource depuis le dépôt subversion (SVN) ? == === Pré-requis : === * installer Java * installer [http://ant.apache.org/ ant] * installer [http://maven.apache.org/ Maven] === Compilation === Exemple des instructions pour une compilation sous Unix/Linux dans le répertoire tmp : {{{ cd /tmp mkdir geosource cd geosource svn co https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/sandbox/GeoSource/branches/2.2.x . cd Jeeves ant cd ../GeoNetwork ant }}} === Initialisation === {{{ cd gast java -jar gast.jar -setup java -jar gast.jar -sampleData }}} === Lancement === {{{ cd ../bin ./start-geonetwork.sh }}} Dans le navigateur : http://localhost:8080/geonetwork