Ruby on Rails: Start Unicorn service

Posted . Visible to the public.
unicorn_rails -c config/unicorn.rb -D -E staging

-D flag: Start as daemon process (i.e. in background.)
-c flag: config file
-E flag: environment to run in

Luis Romero
Posted by Luis Romero to Custom Exposure (2014-07-18 15:35)