== Comment compiler GéoSource depuis le dépôt subversion (SVN) ? == === Pré-requis : === * installer Java * installer [http://ant.apache.org/ ant] === 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/ . 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