public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Add EM install step in annoucement email.
macournoyer (author)
Mon Mar 03 07:45:44 -0800 2008
commit  a3967a9d06d59e54dacc0c919d038e7e59b95512
tree    1b1abb9dd2a74b785c7d4c903b882beb49372aff
parent  38a20d9da9f41cb141c5a553106e6e80720375d0
...
10
11
12
 
 
 
13
14
15
...
10
11
12
13
14
15
16
17
18
0
@@ -10,6 +10,9 @@
0
 
0
 == Get it!
0
 
0
+Thin now requires EventMachine 0.11 which is not yet released as a gem, so in the meantime:
0
+
0
+ sudo gem install eventmachine --source http://code.macournoyer.com
0
  sudo gem install thin
0
  
0
 Or using my mirror:

Comments

    No one has commented yet.