svn commit: r1024314 - /lenya/trunk/INSTALL-SRC.txt
[email protected] Tue, 19 Oct 2010 16:32:08 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: florent
Date: Tue Oct 19 16:32:08 2010
New Revision: 1024314
URL: http://svn.apache.org/viewvc?rev=1024314&view=rev
Log:
update install instruction
Modified:
lenya/trunk/INSTALL-SRC.txt
Modified: lenya/trunk/INSTALL-SRC.txt
URL: http://svn.apache.org/viewvc/lenya/trunk/INSTALL-SRC.txt?rev=1024314&r1=1024313&r2=1024314&view=diff
==============================================================================
--- lenya/trunk/INSTALL-SRC.txt (original)
+++ lenya/trunk/INSTALL-SRC.txt Tue Oct 19 16:32:08 2010
@@ -5,12 +5,13 @@
* go to externals/
* run build.sh : this script will apply a non-solve - for now - dependencie bug and install cocoon
* return to your lenya parent folder
- * build with maven install -Dmaven.test.skip=true
- o some tests are falling for now
+ * build with
+ * mvn install -Dmaven.test.skip=true
+ o one tests is falling for now
== Run lenya ==
- * go to org.apache.lenya.webapp
- * do maven jetty:run
+ * go to org.apache.lenya.webapp and execute :
+ * mvn jetty:run
* open browser and go to localhost:8888/
* help us to build this version !