Author: andre Date: 2009-11-23 21:13:55 +0100 (Mon, 23 Nov 2009) New Revision: 39865
Modified: openimages/trunk/README Log: pointing to installation instructions Modified: openimages/trunk/README =================================================================== --- openimages/trunk/README 2009-11-23 20:07:51 UTC (rev 39864) +++ openimages/trunk/README 2009-11-23 20:13:55 UTC (rev 39865) @@ -3,11 +3,13 @@ 23 november 2009 The Open Images Platform is a Java webapplication to manage and publish open media. - http://www.openimages.eu http://www.openbeelden.nl -Building this with Maven 2 +Installation instructions can be found in INSTALL in this same directory. + + +BUILDING THIS WITH MAVEN 2 -------------------------- You can build it with maven2. Standing in this directory: @@ -15,21 +17,20 @@ $ mvn clean install -Run it +RUN IT ------ You can run it like so: - change jetty-env.xml to point to your database correctly + $ mvn jetty:run -Look at port 8080 +Point your webbrowser at http://localhost:8080. -License +LICENSE ------- -/* - This file is part of the Open Images Platform, a webapplication to manage and publish open media. Copyright (C) 2009 Netherlands Institute for Sound and Vision @@ -45,5 +46,3 @@ You should have received a copy of the GNU General Public License along with The Open Images Platform. If not, see <http://www.gnu.org/licenses/>. - -*/ _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
