Redmine红宝石运行

发布于 2024-09-17 01:21:33 字数 558 浏览 4 评论 0原文

我用这个手册安装了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

终陌 2024-09-24 01:21:33

建议使用 mod_rails 或 mongrel

suggest using mod_rails or mongrel

ぺ禁宫浮华殁 2024-09-24 01:21:33

如果您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文