Tree for my work on http://tools.suckless.org/quark/
Find a file
Anselm R Garbe c621fad3de update
2009-08-15 20:01:53 +01:00
config.h initial commit 2009-08-15 19:56:11 +01:00
config.mk initial commit 2009-08-15 19:56:11 +01:00
LICENSE initial commit 2009-08-15 19:56:11 +01:00
Makefile initial commit 2009-08-15 19:56:11 +01:00
quark.c update 2009-08-15 20:01:53 +01:00
README changed some docs 2009-08-15 19:57:15 +01:00

quark - simple http get server
==============================
quark is an extremly small and simple http get-only web server. It only serves
static pages on a single host.


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 
------------
sudo quark <web-root>