dirl/README
Hiltjo Posthuma 43c4400a77 update README
2014-08-20 20:42:54 +02:00

22 lines
493 B
Text

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.
Installation
------------
Edit config.mk to match your local setup. quark is installed into
/usr/local/bin by default.
Afterwards enter the following command to build and install quark
(if necessary as root):
$ make clean; make
$ sudo make install
Running quark
------------
$ cd <web-root>
$ sudo quark