当我尝试使用lighttpd
运行redmine时出现错误/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in`requirement':无法加载此类文件 - bundler / setup(LoadError)
是的我知道,这个问题已经被问到,答案总是“安装捆绑”和“捆绑安装”,但我已经这样做了。我安装了Bundler安装了所有必需的gem并运行了bundler exec rake db:migrate等等。尝试启动lighttpd时我仍然遇到错误。
# cd /srv/http/redmine
# bundle install
...
Using <various gems>
Your bundle is complete!
Gems in the groups development and test were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
# ruby --version
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
# gem --version
2.0.0
# rake --version
rake, version 10.0.4
# bundle --version
Bundler version 1.3.5
我正在运行archlinux,这不是我用arch设置的第一个网络服务器,但是第一次尝试使用ruby和lighttpd。我不能使用独角兽或webrick,因为我需要SSL用于redmine ...
答案 0 :(得分:0)
如果您需要SSL,请将nginx与unicorn或puma一起使用,或者甚至在上游使用webrick。