Author: ogrisel
Date: Tue Feb 15 11:20:45 2011
New Revision: 1070844
URL: http://svn.apache.org/viewvc?rev=1070844&view=rev
Log:
Pointer to instructions on where to find the launchers in the top level readme
Modified:
incubator/stanbol/trunk/README.md
Modified: incubator/stanbol/trunk/README.md
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1070844&r1=1070843&r2=1070844&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Tue Feb 15 11:20:45 2011
@@ -23,6 +23,18 @@ Then in the Stanbol source directory typ
If you want to skip the tests, add `-DskipTests` to the Maven command.
+## 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.
+
+
## Importing the source code as Eclipse projects
Eclipse is the most popular IDE among Stanbol developers. Here are