[Edevsagetools-commit] SF.net SVN: edevsagetools: [42] trunk/synchro/README
Status: Beta
Brought to you by:
avdyk
From: <av...@us...> - 2007-03-19 14:07:57
|
Revision: 42 http://svn.sourceforge.net/edevsagetools/?rev=42&view=rev Author: avdyk Date: 2007-03-19 06:55:14 -0700 (Mon, 19 Mar 2007) Log Message: ----------- added README to explain how to build the project Added Paths: ----------- trunk/synchro/README Added: trunk/synchro/README =================================================================== --- trunk/synchro/README (rev 0) +++ trunk/synchro/README 2007-03-19 13:55:14 UTC (rev 42) @@ -0,0 +1,17 @@ +eDev SageTools, Synchro +----------------------- + +This module is for the synchronisation of a SAGE database +to a MySQL Database (on your remote website). + +To build the software, you need Maven2 installed, Java5.0 (minimum). + +You'll have to setup the properties according to the connection +of your database in the webapp/src/main/filters/synchro.properties +file (you can use the .template file as a start). + +In this directory, run maven: +$ mvn clean package + +-- +Arnaud Vandyck, <arn...@ed...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |