Every way I tried to install the dependency just leads to:
git://github.com/chrisroberts/dav4rack.git (at master) is not checked out. Please run bundle install
when running rake db:migrate_plugins RAILS_ENV=production as www-data.
I tried to install:
As root, gem install dav4rack, installed successfully but migration fails with message above.
Removed dev4rack using gem uninstall dav4rack
Then (still as root) ran bundle install --without=xapian in plugins/redmine_dmsf. Bundle list shows it's installed. Bundle list ran as www-data shows it's installed.
And finally bundle install --without=xapian as www-data just gives Errno::EACCES: Permission denied - dav4rack-0.2.11.gem. So I guess it can only be run as root.
Every way I tried to install the dependency just leads to:
git://github.com/chrisroberts/dav4rack.git (at master) is not checked out. Please run bundle install
when runningrake db:migrate_plugins RAILS_ENV=production
as www-data.I tried to install:
As root,
gem install dav4rack
, installed successfully but migration fails with message above. Removed dev4rack usinggem uninstall dav4rack
Then (still as root) ran
bundle install --without=xapian
inplugins/redmine_dmsf
. Bundle list shows it's installed. Bundle list ran as www-data shows it's installed.And finally
bundle install --without=xapian
as www-data just givesErrno::EACCES: Permission denied - dav4rack-0.2.11.gem
. So I guess it can only be run as root.My environment:
ruby -v ruby 1.9.3p194 (2012-04-20) [i686-linux]
bundle -v Bundler version 1.1.4
rake --version rake, version 0.9.2.2
gem -v 1.8.23