Redmine红宝石运行
我用这个手册安装了redmine: http://www.redmine.org/wiki/Redmine/HowTo_Install_Redmine_in_Ubuntu 但是当我尝试运行 redmine 时,我得到:
#!/usr/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
require "dispatcher"
ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
Dispatcher.dispatch
作为文本。可能是什么?红宝石没有运行? 完成了。忘记配置 nginx :)
i installed redmine with this manual:
http://www.redmine.org/wiki/Redmine/HowTo_Install_Redmine_in_Ubuntu
but when i try to run redmine i got:
#!/usr/bin/ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
require "dispatcher"
ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun)
Dispatcher.dispatch
as text. what could it be? ruby is not running?
done.forgot to configure nginx :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
建议使用 mod_rails 或 mongrel
suggest using mod_rails or mongrel
如果您使用的是 Apache,请查看这些说明。它们适用于 Debian,但我相信它对于 Ubuntu 的工作原理非常相似。
If you're using Apache, check out these instructions. They're for Debian, but I believe it works pretty much similarly for Ubuntu.