jbbarth / redmine_base_deface

Integrate with the deface gem to manage view modifications in plugins
MIT License
40 stars 34 forks source link

redmine install #1

Closed fsalas closed 5 years ago

fsalas commented 9 years ago

The bundle install fails, you need to add the source to Gemfile, after adding "source 'https://rubygems.org'" to the Gemfile instalation works as expected

jbbarth commented 9 years ago

Actually I know this can be misleading but you shouldn't run "bundle install" from the plugin directory, you should do that from your Redmine root directory, and then it works.

I'm waiting for Redmine 2.6.0 to be released so I can rename Gemfile to PluginGemfile and things will be a bit clearer (and actually running bundle install from the plugin will work as bundler will understand your app is 2 directories up)

Hope it helps

Jean-Baptiste

Le 17 sept. 2014 à 22:35, Fernando Salas notifications@github.com a écrit :

The bundle install fails, you need to add the source to Gemfile, after adding "source 'https://rubygems.org'" to the Gemfile instalation works as expected

— Reply to this email directly or view it on GitHub.

nanego commented 5 years ago

The Gemfile has been renamed to PluginGemfile.