Bug #1380
closed
/has_many_polymorphs.git (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
Added by Florian Koch about 13 years ago.
Updated almost 13 years ago.
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
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
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...
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!
Thanks to Ohad:
echo "gem 'puppet'" >> Gemfile
bundle install --path vendor
fixed it.
- Category changed from Power management to Packaging
- 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) :)
Also available in: Atom
PDF