You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/04/09 13:48:49 UTC

svn commit: r1090573 - /incubator/stanbol/trunk/README.md

Author: ogrisel
Date: Sat Apr  9 11:48:48 2011
New Revision: 1090573

URL: http://svn.apache.org/viewvc?rev=1090573&view=rev
Log:
update README.md to reflect recent project reorg

Modified:
    incubator/stanbol/trunk/README.md

Modified: incubator/stanbol/trunk/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1090573&r1=1090572&r2=1090573&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Sat Apr  9 11:48:48 2011
@@ -25,14 +25,17 @@ If you want to skip the tests, add `-Dsk
 
 ## Launching the Stanbol server
 
-Currently the recommended lanchers are packaged under
-`enhancer/launchers`.  Please follow the README from those folders for
-further instructions.
-
-It is planned to build toplevel folders that combine all the services
-(enhancer, entityhub and kres) into toplevel launchers once the Web
-interface has been refactored to be able to deploy them all at once in
-a consistent way.
+The recommended lanchers are packaged under the `launchers/` folder. For
+instance:
+
+    $ java -Xmx1g -jar launchers/org.apache.stanbol.launchers.full.jar -p 8080
+
+Your instance is then available on <http://localhost:8080>.
+
+
+## Preloading the Entity Hub cache with a DBpedia index
+
+TODO: write me!
 
 
 ## Importing the source code as Eclipse projects
@@ -76,8 +79,8 @@ by pressing `Shift+Ctrl+F`.
 To debug a locally running Stanbol instance from eclipse, run the stanbol
 launcher with::
 
-    java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n \
-         -jar org.apache.stanbol.some.launcher.0.9-SNAPSHOT.jar -p 8080
+    $ java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n \
+           -jar org.apache.stanbol.some.launcher.0.9-SNAPSHOT.jar -p 8080
 
 In eclipse, you can then create a new "Debug Configuration" with type "Remote
 Java Application" and connect it to localhost on port 8787.