Agile Dwarf plugin installation with Redmine 1.x
Added by Francewhoa (Francois Carpentier) over 11 years ago
Hi there,
I'm reporting an issue with the page at http://www.redmine.org/plugins/agile_dwarf Readers might try to install Agile Dwarf on Redmine 1.x with the command "rake redmine:plugins:migrate"
The instructions currently read:
In #{RAILS_ROOT} run the command "rake redmine:plugins:migrate"
Restart Redmine.
I suggest the following re-wording
run the following command to upgrade your database
For Redmine 1.x:
rake db:migrate_plugins RAILS_ENV=productionFor Redmine 2.x:
rake redmine:plugins:migrate RAILS_ENV=productionRestart Redmine.
"rake redmine:plugins:migrate" is for Redmine 2.x, it doesn't work properly with Redmine 1.x, it returns error messages