Nginx nginx + passenger passenger 报错了

lshgood · 2012年09月26日 · 最后由 twm 回复于 2012年11月05日 · 3279 次阅读

Ruby (Rack) application could not be started

These are the possible causes: There may be a syntax error in the application's code. Please check for such errors and fix them. A required library may not installed. Please install all libraries that this application requires. The application may not be properly configured. Please check whether all configuration files are written correctly, fix any incorrect configurations, and restart this application. A service that the application relies on (such as the database server or the Ferret search engine server) may not have been started. Please start that service. Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.

Error message:

You passed :github as an option for gem 'mongoid_colored_logger', but it is invalid. (Bundler::InvalidOption)

Exception class: PhusionPassenger::UnknownError

请问,这样的错出在那里,谢 nginx + passenger 访问服务器报的。

是不是你的 mongodb 数据库没有安装啊!

You passed :github as an option for gem 'mongoid_colored_logger', but it is invalid.

Gemfile 里面 :git => 而不是 :github =>

mongodb 装了。 :git :github 在项目中 bundle 是可以用的。难到放到 nginx + passenger :github 会出错?

需要 登录 后方可回复, 如果你还没有账号请 注册新账号