Reputation: 2513
I followed this link
http://mplsalicia.wordpress.com/2012/09/27/redmine-2-1-on-heroku-cedar-with-attachments-on-s3/
and deploy Redmine with redmine_s3 plugin on Heroku successfully, but I don't know how to install redmine backlogs plugin
Any body can help me?
Upvotes: 0
Views: 1352
Reputation: 770
Redmine Backlogs(plugin for agile team) install guide:
plugins
directory to have something like this: plugins/redmine_backlogs
bundle exec rake redmine:backlogs:install
heroku run rake redmine:backlogs:install
Upvotes: 1