You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2011/07/05 00:13:52 UTC

svn commit: r792194 - /websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html

Author: buildbot
Date: Mon Jul  4 22:13:52 2011
New Revision: 792194

Log:
Staging update by buildbot

Modified:
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/index.html Mon Jul  4 22:13:52 2011
@@ -56,18 +56,14 @@
 <li>Interaction: intelligent user interface management and generation </li>
 </ul>
 <p>The Apache Stanbol project was initiated by the European R&amp;D project <a href="http://www.iks-project.eu/">IKS - Interactive Knowledge Stack for small to medium CMS providers</a>. Some people who are working on the project are part-funded by the IKS project, as well as by several European SME CMS providers, who are <a href="http://wiki.iks-project.eu/index.php/Participants">adopting Apache Stanbol</a>. </p>
-<p>An online demo of a Apache Stanbol is available at: </p>
-<ul>
-<li><a href="http://stanbol.demo.nuxeo.com/">http://stanbol.demo.nuxeo.com/</a></li>
-</ul>
+<p>An online demo of Apache Stanbol is available at <a href="http://stanbol.demo.nuxeo.com/">here</a>.</p>
 <h2 id="build_install_and_run_apache_stanbol">Build, install and run Apache Stanbol</h2>
-<p>As there is no official release of <a href="http://incubator.apache.org/stanbol/">Apache Stanbol</a> so far, one needs to build the software from source.</p>
+<p>As there is no official release of Apache Stanbol so far, one needs to build the software from source.</p>
 <h3 id="installation">Installation</h3>
 <ol>
-<li>To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as defined in the pom). You probably need also:</li>
-</ol>
-<p><code>$ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M </code></p>
-<ol>
+<li>
+<p>To build Stanbol from source you need Java 6 and maven 2.2.1 + (version as defined in the pom). You probably need also: <code>$ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M </code></p>
+</li>
 <li>
 <p>Fetch the sources from the Apache code repository</p>
 <p><code>$ svn co https://svn.apache.org/repos/asf/incubator/stanbol/ stanbol</code> </p>
@@ -86,7 +82,7 @@
 <li>the <strong>"stateless launcher"</strong> lets you work with Apache Stanbol components in offline mode and </li>
 <li>the <strong>"kres launcher"</strong> activates the rules machinery only. </li>
 </ul>
-<p>You can launch the Server via e.g:</p>
+<p>You can launch the server via e.g:</p>
 <p><code>$ java -Xmx1g -jar full/target/org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar</code></p>
 <p>Your instance is then available on <a href="http://localhost:8080">http://localhost:8080</a>. You may change the default port number by passing a <code>-p 9090</code> options to the commandline launcher. Upon first startup, a folder named <code>sling/</code> is created in the current folder. This folder will hold the files for any database used by Stanbol, deployment configuration and logs.</p>
 <h3 id="http_entry_points">HTTP entry points</h3>