From 52fbc8dea6be6fc1669515b1e5b5651a5e6550ad Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Wed, 24 Jun 2020 10:30:52 +0200 Subject: [PATCH] #1131 Wrong plugins migration command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f411133..eac0c981 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ You can either clone the master branch or download the latest zipped version. Be `RAILS_ENV=production bundle exec rake db:migrate` - `RAILS_ENV=production bundle exec rake plugins:migrate NAME=redmine_dmsf` + `RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_dmsf` 5. The access rights must be set for web server, example: `chown -R www-data:www-data plugins/redmine_dmsf`. 6. Restart the web server, e.g. `systemctl apache2 restart` 7. You should configure the plugin via Redmine interface: Administration -> Plugins -> DMSF -> Configure.