Thin: Difference between revisions

From Wiki
Jump to navigation Jump to search
Created page with 'http://code.macournoyer.com/thin/ == Install == as root: <pre> gem install thin thin install </pre>'
 
Line 6: Line 6:
gem install thin
gem install thin
thin install
thin install
update-rc.d -f thin defaults  (to have thin restart on reboot)
</pre>
</pre>

Revision as of 22:19, 24 March 2011

http://code.macournoyer.com/thin/

Install

as root:

gem install thin
thin install
update-rc.d -f thin defaults  (to have thin restart on reboot)