iRessources / AgileDwarf

Agile plugin for Redmine
120 stars 83 forks source link

Fix README so rake task will work. #75

Open ghoneycutt opened 11 years ago

ghoneycutt commented 11 years ago

Without this patch, someone following the README cannot get the software to work as the rake task will fail without setting the RAILS_ENV. This updates the README with the correct command.

Breuls commented 10 years ago

My server runs the LTS version of Ubuntu and I installed Redmine through APT, so my Redmine is somewhat older. I'm not aware of version differences in either Redmine or Ruby, but I had to run this command to get it to work:

RAILS_ENV=production rake db:migrate:plugin NAME=AgileDwarf

I got it from issue #8 - again, I'm not sure how the difference in version relates to the difference in command, but I thought this might be helpful to someone.