Skip to content
filippo edited this page Sep 13, 2010 · 2 revisions

ewgi_examples

This project collects ewgi tests and examples

To run the ewgi_examples download ewgi and MochiWeb :


$ git clone git://github.com/skarab/ewgi.git
$ svn checkout http://mochiweb.googlecode.com/svn/trunk/  mochiweb

Compile them:


$ (cd ewgi/ && make)
$ (cd mochiweb/ && make)

Download and compile ewgi_examples:


$ git clone git://github.com/filippo/ewgi_examples.git
$ cd ewgi_examples
$ make

Start ewgi_examples:


$ ./start.sh

Point your browser to:

http://localhost:8000/
for a list of the examples
Clone this wiki locally