While trying to deploy my spree rails app on a Amazon EC2 server, I am getting this error: config/unicorn.rb:3:in 'reload': wrong number of arguments (2 for 0) (ArgumentError) when I run cap unicorn:start

EDITED:

Here is my full config/unicorn.rb: http://pastie.org/8738481

and config/deploy.rb: http://pastie.org/8735891

full error: http://pastie.org/8738485

AND, when I run bundle exec unicorn_rails -c config/unicorn.rb -D -E development I get

master failed to start, check stderr log for details

没有正确的解决方案

其他提示

Try replacing line 3 in config/unicorn.rb with set[:application] = "manndi".

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top