forked from macournoyer/thin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (22 loc) · 1.05 KB
/
README
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
33
34
35
== Thin
Tiny, fast & funny HTTP server
=== Installation
sudo gem install thin --source http://code.macournoyer.com
Or get the source:
svn co http://code.macournoyer.com/svn/thin/trunk thin
=== Usage
In your Rails app directory:
thin start
Get more help with the thin script at http://code.macournoyer.com/thin/doc/files/bin/thin.html
and with the thin_cluster script at http://code.macournoyer.com/thin/doc/files/bin/thin_cluster.html
=== License
Ruby License, http://www.ruby-lang.org/en/LICENSE.txt.
=== Credits
Lots of the code was inspired (or stolen entirely) from Mongrel http://mongrel.rubyforge.org by Zed Shaw.
Mongrel Web Server (Mongrel) is copyrighted free software by Zed A. Shaw
<zedshaw at zedshaw dot com> You can redistribute it and/or modify it under
either the terms of the GPL.
transat/parser.rb was taken from Piston source code.
Copyright (c) 2006 Francois Beausoleil <[email protected]>
Thin is copyright Marc-Andre Cournoyer <[email protected]>
Please report any bug using http://code.macournoyer.com/thin/trac.fcgi/newticket