문제

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