diff options
| author | bjorn <bjorn@bringert.net> | 2008-08-22 13:16:31 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-08-22 13:16:31 +0000 |
| commit | 8cf0d654baf7c48a14b4973df0fc5afb021d03d2 (patch) | |
| tree | 64f6362f20f3fbde3c79a6078584adb9a338cff6 /src | |
| parent | c345a087bb91e5a83693ec195fd4455b74a5f79d (diff) | |
Added README with build instructions for the fastcgi server.
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/server/README b/src/server/README new file mode 100644 index 000000000..b0f338fb1 --- /dev/null +++ b/src/server/README @@ -0,0 +1,33 @@ +== Requirements == + +- cabal + * See quick installation instructions at the bottom of + http://hackage.haskell.org/trac/hackage/wiki/CabalInstall + +- FastCGI development kit + * MacPorts: sudo port install fcgi + +- Haskell packages: fastcgi, json, utf8-string + * cabal install fastcgi json utf8-string + +- GF installed as a Cabal package + * (cd ../.. && cabal install) + * Maye need to remove "-beta" from the Version field in ../../GF.cabal + +== Building == + +- Build gf.fcgi + +$ make + +- Build small example grammar: + +$ make food + +== Running == + +- Make sure that your web server supports FastCGI. + +- Copy or symlink this directory to your web directory. + +- Go to SERVER_URL/gf-client.html in your web browser. |
