在尝试在Amazon EC2服务器上部署我的spree rails应用程序时,我收到此错误:config/unicorn.rb:3:in 'reload': wrong number of arguments (2 for 0) (ArgumentError)
当我运行cap unicorn:start
时
编辑:
这是我的完整config/unicorn.rb
:http://pastie.org/8738481
和config/deploy.rb
:http://pastie.org/8735891
完整错误:http://pastie.org/8738485
和,
当我运行bundle exec unicorn_rails -c config/unicorn.rb -D -E development
时,我得到了
master failed to start, check stderr log for details
答案 0 :(得分:0)
尝试使用config/unicorn.rb
替换set[:application] = "manndi"
中的第3行。