Hi, I am trying to install Gitolite plugin for Redmine following those instructions on Github. When trying to run the command bundle install --without development test It fails because bundle command is not found. Do you have any idea to solve this issue ? Thanks asked 21 Aug '14, 14:32 Dry |
Redmine is a Rails app, so you should follow these instructions in our Rails documentation: Installing Multiple Gems with Bundler Hope that helps! answered 21 Aug '14, 15:15 seanf |