chrisroberts / dav4rack

WebDAV for Rack
http://chrisroberts.github.com/dav4rack
Other
114 stars 52 forks source link

How to install dav4rack dependency #43

Closed rla closed 12 years ago

rla commented 12 years ago

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.

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

rla commented 12 years ago

Hm submitted to wrong project. Sorry.