Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

installation fails with Ruby 3.0 #58

Closed dpocock closed 8 years ago

dpocock commented 8 years ago

I installed the Debian package of Redmine 3.0 and then I tried to install the plugin

I copied the files to /usr/share/redmine/plugins/redmine_tagging

and then tried to install:

cd /usr/share/redmine
rm Gemfile.lock  
bundle install
X_DEBIAN_SITEID=default bundle exec rake \
    acts_as_taggable_on_engine:install:migrations RAILS_ENV=production
 rake aborted!
 Don't know how to build task 'acts_as_taggable_on_engine:install:migrations'
dpocock commented 8 years ago

Looks like the file Gemfile was missing, putting it in there resolved this issue.