Moved apache code into a folder to help prepare for packaging where we dont want...
[httpd-crcsyncproxy.git] / apache / modules / lua / docs / running-developer-tests.txt
blobe40bf986232b09058fe57ae164c313515205caaf
1 -*- mode:org -*-
2 * Building mod_wombat
3   The first step is to build mod_wombat per the instructions in
4   building-from-subversion.txt.
6 * Build and install LuaSocket
7     http://www.cs.princeton.edu/~diego/professional/luasocket/
8     FreeBSD: /usr/ports/net/luasocket
10 * Running Tests
11   1. Replace apache's httpd.conf with test/test_httpd.conf
12   2. Customize the new httpd.conf to match your directories
13   3. Finally, to run the tests, start apache and run:
14      $ cd test
15      $ lua ./test.lua
16      FreeBSD: lua-5.1 ./test.lua