Ruby and Redmine with Lighttpd: cannot load such file -- bundler/setup (LoadError) -


i got error when try run redmine lighttpd

/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- bundler/setup (loaderror)

yes know, question has been asked , answer "install bundler" , "bundle install", have done that. installed bundler installed required gems , ran bundler exec rake db:migrate , on. still error when trying start lighttpd.

 # cd /srv/http/redmine  # bundle install  ...  using <various gems>  bundle complete!  gems in groups development , test not installed.  use `bundle show [gemname]` see bundled gem 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 

i running archlinux , that's not first webserver set arch, first attempt ruby , lighttpd. can not use unicorn or webrick, because need ssl redmine...

if need ssl, use nginx unicorn or puma or webrick in upstream.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -