From db70f0de75d0bb99cc299bdf16bdab95f190edaf Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 5 Sep 2013 20:19:07 -0400 Subject: [PATCH] Fix README so rake task will work. 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4001ba..c1c79ac 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ OR instead of downloading and unpacking In #{RAILS_ROOT} run the command - rake redmine:plugins:migrate + rake RAILS_ENV=production redmine:plugins:migrate Restart Redmine