From 2361adad93f987fda3eecc29bba92a240d9674cb Mon Sep 17 00:00:00 2001 From: Ekaterina Voloshina <42929264+EkaterinaVoloshina@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:35:15 +0200 Subject: [PATCH] Create ServerInstructions.md --- ServerInstructions.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ServerInstructions.md diff --git a/ServerInstructions.md b/ServerInstructions.md new file mode 100644 index 000000000..6b099fd45 --- /dev/null +++ b/ServerInstructions.md @@ -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`)