blob: 2f55b915d5bb47c8ca5141bfde6e7d7ed12c24a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Heel is a small static web server for use when you need a quick web
server for a directory. Once the server is running, heel will use
launchy (http://copiousfreetime.rubyforge.org/launchy/) to open your
browser at the URL of your document root. Heel is built using
Rack(http://rack.rubyforge.org) and Thin
(http://code.macournoyer.com/thin/)
% heel
>> Thin web server (v1.0.0 codename That's What She Said)
>> Threaded mode OFF
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:4331, CTRL+C to stop
Launching your browser...
Or run it in the background
% heel --daemonize Created /Users/jeremy/.heel
heel's PID (/Users/jeremy/.heel/heel.pid) and log file
(/Users/jeremy/.heel/heel.log) are stored here Launching your browser
at http://0.0.0.0:4331/
% heel --kill Sending TERM to process 3304
Done.
Heel is a small static web server for use when you need a quick web
server for a directory. Heel is built using Rack and Thin. Beyond
just serving up webpages, heel uses an ERB template and famfamfam
icons to create useful index pages. And to make things even easier it
launches your browser for you so no cut and paste necessary.
|