mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gf-server: preliminary Ubuntu instructions
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
- FastCGI development kit
|
||||
(MacPorts) $ sudo port install fcgi
|
||||
(Ubuntu) $ sudo apt-get install libfcgi-dev
|
||||
|
||||
- GF installed as a Cabal package
|
||||
$ (cd ../.. && cabal install)
|
||||
@@ -25,6 +26,7 @@
|
||||
|
||||
- Install lighttpd
|
||||
(MacPorts) $ sudo port install lighttpd
|
||||
(Ubuntu) $ sudo apt-get install lighttpd
|
||||
|
||||
- Run lighttpd:
|
||||
$ make run
|
||||
|
||||
Reference in New Issue
Block a user