How not to replace WEBrick with Thin
engtech ~/rails_app 423> gem install thinBulk updating Gem source index for: http://gems.rubyforge.org
Select which gem to install for your platform (i686-linux)
1. thin 0.7.1 (x86-mswin32-60)
2. thin 0.7.1 (ruby)
3. thin 0.7.0 (x86-mswin32-60)
4. thin 0.7.0 (ruby)
5. Skip this gem
6. Cancel installation
> 2
Install required dependency rack? [Yn] Y
Install required dependency daemons? [Yn] Y
Install required dependency eventmachine? [Yn] Y
Building native extensions. This could take a while…
Building native extensions. This could take a while…
Successfully installed thin-0.7.1
Successfully installed rack-0.3.0
Successfully installed daemons-1.0.9
Successfully installed eventmachine-0.10.0
Installing ri documentation for thin-0.7.1…
Installing ri documentation for rack-0.3.0…
Installing ri documentation for daemons-1.0.9…
Installing ri documentation for eventmachine-0.10.0…
Installing RDoc documentation for thin-0.7.1…
Installing RDoc documentation for rack-0.3.0…
Installing RDoc documentation for daemons-1.0.9…
Installing RDoc documentation for eventmachine-0.10.0…
engtech ~/rails_app 424> thin start
thin: Command not found.
engtech ~/rails_app 425> rehash
engtech ~/rails_app 426> thin start
» Thin web server (v0.7.1 codename Fancy Pants)
» Maximum connections set to 1024
» Listening on 0.0.0.0:3000, CTRL+C to stop
Abort (core dumped)
• Text tagged as: