From 18a2856aa2fa0f3873c224c066b1a8974c808933 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sat, 29 Jul 2017 11:24:55 +0200 Subject: [PATCH] Documentation fix for installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0743a4..a1cf40c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Install ``redmine_messenger`` plugin for `Redmine` cd $REDMINE_ROOT git clone git://github.com/alphanodes/redmine_messenger.git plugins/redmine_messenger - bundle exec rake db:migrate_plugins RAILS_ENV=production + bundle exec rake redmine:plugins:migrate RAILS_ENV=production Restart Redmine (application server) and you should see the plugin show up in the Plugins page. Under the configuration options, set the Messenger API URL to the URL for an @@ -71,7 +71,7 @@ and clicking the down-arrow and selecting view info). Uninstall ``redmine_messenger`` cd $REDMINE_ROOT - bundle exec rake db:migrate_plugins NAME=redmine_messenger VERSION=0 RAILS_ENV=production + bundle exec rake redmine:plugins:migrate NAME=redmine_messenger VERSION=0 RAILS_ENV=production rm -rf plugins/redmine_messenger Restart Redmine (application server)