2014-08-20 14:10:24 +00:00
|
|
|
quark - simple HTTP server
|
|
|
|
==========================
|
|
|
|
quark is a small and simple HTTP web server. It serves static
|
|
|
|
pages on a single host and has basic CGI support.
|
2009-08-15 18:56:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
Edit config.mk to match your local setup. quark is installed into
|
2014-04-10 18:43:49 +00:00
|
|
|
/usr/local/bin by default.
|
2009-08-15 18:56:11 +00:00
|
|
|
|
|
|
|
Afterwards enter the following command to build and install quark
|
|
|
|
(if necessary as root):
|
|
|
|
|
2014-08-20 14:10:24 +00:00
|
|
|
$ make clean; make
|
|
|
|
$ sudo make install
|
2009-08-15 18:56:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
Running quark
|
|
|
|
------------
|
2014-04-10 18:43:49 +00:00
|
|
|
$ cd <web-root>
|
|
|
|
$ sudo quark
|