1 Heel is a small static web server for use when you need a quick web server for a
2 directory. Once the server is running, heel will use launchy
3 (http://copiousfreetime.rubyforge.org/launchy/) to open your browser at the URL
4 of your document root. Heel is built using Rack(http://rack.rubyforge.org) and
5 Thin (http://code.macournoyer.com/thin/)
8 >> Thin web server (v1.0.0 codename That's What She Said)
10 >> Maximum connections set to 1024
11 >> Listening on 0.0.0.0:4331, CTRL+C to stop
13 Launching your browser...
15 Or run it in the background:
16 % heel --daemonize Created /Users/jeremy/.heel
18 heel's PID (/Users/jeremy/.heel/heel.pid) and log file
19 (/Users/jeremy/.heel/heel.log) are stored here Launching your browser
20 at http://0.0.0.0:4331/
22 % heel --kill Sending TERM to process 3304