1
0
forked from GitHub/gf-core

gf-server: preliminary Ubuntu instructions

This commit is contained in:
bjorn
2008-10-22 12:36:13 +00:00
parent 622dc8fbaf
commit 161cb67082

View File

@@ -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