mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
update the Makefile and the README for the server
This commit is contained in:
@@ -14,6 +14,10 @@ gwt-fridge:
|
|||||||
chmod a+x gwt/Fridge-compile
|
chmod a+x gwt/Fridge-compile
|
||||||
gwt/Fridge-compile
|
gwt/Fridge-compile
|
||||||
|
|
||||||
|
gwt-morpho:
|
||||||
|
chmod a+x gwt/Morpho-compile
|
||||||
|
gwt/Morpho-compile
|
||||||
|
|
||||||
gf-gwt.jar:
|
gf-gwt.jar:
|
||||||
mkdir -p gwt/bin/se/chalmers/cs/gf/gwt/client
|
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
|
javac -classpath "$(GWT_CLASSPATH):gwt/lib/gwt-dnd-2.5.6.jar" -sourcepath gwt/src gwt/src/se/chalmers/cs/gf/gwt/client/*.java
|
||||||
|
|||||||
@@ -55,8 +55,12 @@
|
|||||||
$ make gwt-fridge
|
$ make gwt-fridge
|
||||||
Then see http://localhost:41296/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) ==
|
== Running (Apache) ==
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user