ansible-roles/redmine
Andrea Dell'Amico 876434d51c library/roles/redmine: task that installs the issue_templates plugin. 2016-12-16 16:34:42 +01:00
..
defaults library/roles/redmine: task that installs the issue_templates plugin. 2016-12-16 16:34:42 +01:00
files library/roles/redmine/files/redmine.init: create the PID directory with the right owner if it does not exist. 2015-10-08 20:54:37 +02:00
handlers
meta
tasks library/roles/redmine: task that installs the issue_templates plugin. 2016-12-16 16:34:42 +01:00
templates library/roles/redmine/tasks: Change the ldap sync cron job so that it syncs the ldap groups too. 2015-12-27 13:52:58 +01:00
README

README

Best practices:

- Use a boolean variable for each plugin to decide if it has to be installed or removed.

- Provide a task to remove a plugin



To delete a plugin:

1. Downgrade the database 

   cd /srv/redmine/d4science; bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production

2. Remove the plugin from the plugins folder (/srv/redmine/d4science/plugins/plugin_name)

3. Restart unicorn (or web server)