Being Agile with Agile Dwarf
This book dealt with Agile, Flexible, and Scrum terminology in several places. Every plugin has its own pros and cons. The Agile Dwarf plugin is definitely worth mentioning, because it drastically improves the manager's user experience by providing several dashboards to help visualize and speed up task management.
Getting ready
Server and Redmine administrator access is required.
How to do it…
Install the plugin just like any other regular plugin:
Open the console and navigate to the Redmine installation root.
Git clone the plugin's code as follows:
git clone https://github.com/acosonic/agile_dwarf.git plugins/agile_dwarf
Migrate the database as follows:
rake redmine:plugins:migrate RAILS_ENV=production
Restart Redmine as follows:
rm tmp/restart.txt && touch tmp/restart.txt
Configure the plugin by navigating to Administration | Plugins | Agile dwarf plugin and click Configure:
Give permissions for a plugin to specific roles by navigating to Administration |...