svn commit: r998203 - /lenya/trunk/INSTALL-SRC.txt
[email protected] Fri, 17 Sep 2010 16:59:45 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: florent
Date: Fri Sep 17 16:59:45 2010
New Revision: 998203
URL: http://svn.apache.org/viewvc?rev=998203&view=rev
Log:
- add an installation instruction file
Added:
lenya/trunk/INSTALL-SRC.txt
Added: lenya/trunk/INSTALL-SRC.txt
URL: http://svn.apache.org/viewvc/lenya/trunk/INSTALL-SRC.txt?rev=998203&view=auto
==============================================================================
--- lenya/trunk/INSTALL-SRC.txt (added)
+++ lenya/trunk/INSTALL-SRC.txt Fri Sep 17 16:59:45 2010
@@ -0,0 +1,16 @@
+== Build current trunk ==
+
+ * checkout the current lenya trunk
+ * an svn:external propertie will checkout for you a version of cocoon2.2
+ * 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
+
+== Run lenya ==
+
+ * go to org.apache.lenya.webapp
+ * do maven jetty:run
+ * open browser and go to localhost:8888/
+ * help us to build this version !