summaryrefslogtreecommitdiff
path: root/src/server/README
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-06-04 16:45:29 +0000
committerkrasimir <krasimir@chalmers.se>2009-06-04 16:45:29 +0000
commitfc38ae9a938c95a8d6b771278739255aa065fb3e (patch)
tree894019ffd84a3e98ea000182b1f13c1ab1f77c0a /src/server/README
parent02ec4e53297f5f847260eb6f3279cd6412e7027a (diff)
update the Makefile and the README for the server
Diffstat (limited to 'src/server/README')
-rw-r--r--src/server/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/README b/src/server/README
index a3247c78d..a22c596f4 100644
--- a/src/server/README
+++ b/src/server/README
@@ -55,8 +55,12 @@
$ make gwt-fridge
Then see http://localhost:41296/fridge/
+- GWT morphology:
+ $ make gwt-morpho
+ Then see http://localhost:41296/morpho/
-
+ The MorphoService.hs module has build-in paths to the grammar that will be loaded.
+ This have to be fixed by hand
== Running (Apache) ==