mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Create ServerInstructions.md
This commit is contained in:
committed by
GitHub
parent
c95a526ca9
commit
2361adad93
18
ServerInstructions.md
Normal file
18
ServerInstructions.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# GF server installation
|
||||||
|
|
||||||
|
1. First make sure your compiler is installed with a flag server:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd gf-core/src/compiler/
|
||||||
|
runghc Setup.hs configure -f servef
|
||||||
|
runghc Setup.hs build
|
||||||
|
sudo runghc Setup.hs install
|
||||||
|
```
|
||||||
|
|
||||||
|
1. You can test it now by running:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gf -server
|
||||||
|
```
|
||||||
|
|
||||||
|
It will also show the root directory (`ROOT_DIR`)
|
||||||
Reference in New Issue
Block a user