Frage

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

Keine korrekte Lösung

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top