You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by wi...@apache.org on 2014/06/17 16:28:09 UTC

svn commit: r1603186 - /stanbol/site/trunk/content/docs/trunk/tutorial.mdtext

Author: wikier
Date: Tue Jun 17 14:28:09 2014
New Revision: 1603186

URL: http://svn.apache.org/r1603186
Log:
STANBOL-1190: added some documentation to the project website

Modified:
    stanbol/site/trunk/content/docs/trunk/tutorial.mdtext

Modified: stanbol/site/trunk/content/docs/trunk/tutorial.mdtext
URL: http://svn.apache.org/viewvc/stanbol/site/trunk/content/docs/trunk/tutorial.mdtext?rev=1603186&r1=1603185&r2=1603186&view=diff
==============================================================================
--- stanbol/site/trunk/content/docs/trunk/tutorial.mdtext (original)
+++ stanbol/site/trunk/content/docs/trunk/tutorial.mdtext Tue Jun 17 14:28:09 2014
@@ -60,6 +60,14 @@ The full (including experimental) featur
 
 To start the full launcher, you just have to execute its JAR via the following command:
 
-	% java -Xmx1g -XX:MaxPermSize=256m \
+	$ java -Xmx1g -XX:MaxPermSize=256m \
 	       -jar full/target/org.apache.stanbol.launchers.full-{snapshot-version}-SNAPSHOT.jar
-	
+
+To start the full launcher, you just have to execute its WAR via the following commands:
+
+    $ export MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=256m"
+    $ cd launchers/full-war
+    $ mvn clean package tomcat7:run
+
+Your instance is then available on [localhost:8080/stanbol](http://localhost:8080/stanbol).
+