update the Makefile and the README for the server

This commit is contained in:
krasimir
2009-06-04 16:45:29 +00:00
parent 02ec4e5329
commit fc38ae9a93
2 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ gwt-fridge:
chmod a+x gwt/Fridge-compile
gwt/Fridge-compile
gwt-morpho:
chmod a+x gwt/Morpho-compile
gwt/Morpho-compile
gf-gwt.jar:
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
javac -classpath "$(GWT_CLASSPATH):gwt/lib/gwt-dnd-2.5.6.jar" -sourcepath gwt/src gwt/src/se/chalmers/cs/gf/gwt/client/*.java

View File

@@ -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) ==