Bug #1380
closed/has_many_polymorphs.git (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
Description
Hi,
fresh installation of develop branch. using sl6.1 and passenger
bundle install says
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
If i try to access foreman, i got an error
see attached screenshot
Files
Updated by Florian Koch about 13 years ago
The solution is to run bundle install with --development (this is installation system wide / in verndor/rails)
Look here
http://www.ruby-forum.com/topic/213962#947322
mayee the problem is that i run foreman under root and not foreman
Updated by Greg Sutcliffe about 13 years ago
I solved this by running "bundle install --path vendor/" in /usr/share/foreman (Debian Squeeze). I need to check if that's a valid method from a clean Debian install though...
Updated by Oliver Weinmann about 13 years ago
Hi,
I'm running Ubuntu 10.04. The fix doesn't work for me. :(
Restarting Apache after:
bundle install --path vendor/
gives me a new error:
Puppet is not missing constant Resource!
Updated by Oliver Weinmann about 13 years ago
Thanks to Ohad:
echo "gem 'puppet'" >> Gemfile
bundle install --path vendor
fixed it.
Updated by Ohad Levy about 13 years ago
- Category changed from Power management to Packaging
Updated by Ohad Levy almost 13 years ago
- Status changed from New to Closed
I'm closing this one, as it seems like it does work for the current compute.
once released, we'll support official packages (somehow) :)