Nginx nginx + passenger passenger 报错了

lshgood · September 26, 2012 · Last by twm replied at November 05, 2012 · 3279 hits

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 会出错?

You need to Sign in before reply, if you don't have an account, please Sign up first.