Re: How to use unicorn server on Rails 3 [Solved]

On 8 December 2010 21:25, Colin L. [email protected] wrote:

from
/home/colinl/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/handler.rb:21:in
<top (required)>' from script/rails:6:in require’
from script/rails:6:in `’

OK, I worked it out. Just run
unicorn
and note that it defaults to port 8080 rather than the 3000 we all
know and love.

Colin