public
Description: An exercise to rewrite my blog with C
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare-in-c.git
Search Repo:
README
oebfare.com blog
================

This is an attempt to rewrite my blog, oebfare.com, using pure C. I have
challenged myself to get rid of everything I take for granite such as a
webserver and a relational database and go back to the stone age. It is more
of an exercise for me to learn the *entire* stack from the ground up. I have
written C code before so it is not a complete learning experience, but will be
very fun and very difficult.

Dependancies
------------

One of the goals for this project/experiment is to use a little depandancies
as possible. However there are some areas where I can cheat a bit. Right now
here are the required dependancies:

    * libevent-1.4.3

Installation
------------

To compile oebfare simply execute::

    make

A binary named ``oebfare`` will be created that you can then run.

Configuring
-----------

A very tiny webserver comees with oebfare. To run the webserver along with
everything else simply run the program::

    ./oefare

This is the same thing as doing::

    ./oebfare -p 80