[olat] r494 committed - Edited wiki page through web user interface.

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 12, 2010, 8:01:00 AM3/12/10
to gsoc20...@googlegroups.com
Revision: 494
Author: Guido.Schnider
Date: Fri Mar 12 04:59:26 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/olat/source/detail?r=494

Modified:
/wiki/SetupOlatCommandLine.wiki

=======================================
--- /wiki/SetupOlatCommandLine.wiki Fri Mar 12 04:52:20 2010
+++ /wiki/SetupOlatCommandLine.wiki Fri Mar 12 04:59:26 2010
@@ -1,4 +1,19 @@
#summary How to setup and programm for OLAT just with command line tools

-= Introduction =
-
+= Building an running OLAT from the command line =
+
+Check out olat and olatcore as described in etupOlatInEclipse and change
to the olat3 directory.
+
+||command||result||
+||`mvn compile`||compiles all classes and creates the target folders||
+||`mvn install`||creates the web project folder structre and copies all
the dependecies into olat3/target/olat||
+
+point your tomcat to the absolut path of olat3/olat/target/olat by adding
a host entry in server.xml file of tomcat like:
+
+{{{
+<Host name="localhost" debug="4" appBase="webapps">
+ <Context path="/olat"
+ docBase="/home/guido/olat3/olat/target/olat"
+ debug="4" reloadable="false" />
+</Host>
+}}}

Reply all
Reply to author
Forward
0 new messages