【发布时间】:2014-12-05 18:54:30
【问题描述】:
我正在尝试启动独角兽,但我不断收到此错误。
我的独角兽.rb (https://gist.github.com/anonymous/d1f3d9bcdd1a6c4d8435)
我用来启动独角兽的命令:
/home/app/adsgold/# unicorn_rails master -c config/unicorn.rb -D -E production
我已经尝试过的命令:
/home/app/adsgold/# unicorn_rails -c config/unicorn.rb -D -E production
/home/app/adsgold/# unicorn_rails master -c config/unicorn.rb -D -E production -p 3000
/home/app/adsgold/# bundle exec master unicorn -c unicorn.cnf -E production -D
显示完全错误:https://gist.github.com/anonymous/828d9677f928fa671762
【问题讨论】:
标签: ruby-on-rails ruby git unicorn