suckless-quark/README

21 lines
463 B
Text
Raw Normal View History

2009-08-15 18:56:11 +00:00
quark - simple http get server
==============================
2009-08-15 18:57:15 +00:00
quark is an extremly small and simple http get-only web server. It only serves
static pages on a single host.
2009-08-15 18:56:11 +00:00
Installation
------------
Edit config.mk to match your local setup. quark is installed into
/usr/local/sbin by default.
Afterwards enter the following command to build and install quark
(if necessary as root):
$ make clean install
Running quark
------------
2009-08-15 18:57:15 +00:00
sudo quark <web-root>