Author: andre Date: 2010-02-17 15:56:13 +0100 (Wed, 17 Feb 2010) New Revision: 41105
Modified: openimages/trunk/README Log: some more details about building and checking out the sources Modified: openimages/trunk/README =================================================================== --- openimages/trunk/README 2010-02-17 14:44:39 UTC (rev 41104) +++ openimages/trunk/README 2010-02-17 14:56:13 UTC (rev 41105) @@ -9,18 +9,24 @@ Installation instructions can be found in INSTALL in this same directory. -BUILDING THIS WITH MAVEN 2 --------------------------- -You can build it with maven2. Standing in the directory this file is in: +CHECKOUT SOURCES WITH SVN +------------------------- +Check out OIP-1.0 with: +$ svn co http://scm.mmbase.org/view/openimages/tags/1.0/ +Or OIP HEAD with: +$ svn co https://scm.mmbase.org/openimages/trunk/ + + +BUILDING WITH MAVEN +------------------- +You can build it with Maven 2. Standing in this directory (or the one you just checked out): $ mvn clean install RUN IT (JETTY) -------------- -You can run it like so: -- change jetty-env.xml to correctly refer to your database - +You can run it with Jetty. Change 'jetty-env.xml' to correctly refer to your database and: $ mvn jetty:run Point your webbrowser at http://localhost:8080. _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
