From b5c6609f518342e021ddc4b05924f7f57deb86e5 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Tue, 16 May 2017 15:10:00 +0200 Subject: [PATCH] Uninstall plugin --- HowtoRedmine-Source/Plugins.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoRedmine-Source/Plugins.md b/HowtoRedmine-Source/Plugins.md index f38c9718..d610b3b2 100644 --- a/HowtoRedmine-Source/Plugins.md +++ b/HowtoRedmine-Source/Plugins.md @@ -49,4 +49,10 @@ Correction des droits ~~~ chmod u=rwX,g=rX,o= ~/www/plugins -R" +~~~ + +Désinstaller un plugin : + +~~~ +rake -qf ~/www/Rakefile redmine:plugins:migrate[plugin_name,0] RAILS_ENV=production ~~~ \ No newline at end of file