Practicing Kanban
This book cannot teach its readers how to practice Kanban on their projects, but it can teach users how to extend Redmine's functionality to support Kanban's requirements. In this sense, this recipe deals with installation and usage of the Redmine Kanban plugin.
Note
Originally, this plugin was developed by Eric Davis, who announced on February 14, 2013, that he will no longer maintain his Redmine plugins. So, this recipe uses the most recently updated fork, in light of maintaining the most recent Redmine version compatibility.
Getting ready
Server and Redmine administrator accounts are necessary.
Install gem
requirements as follows:
Open the console and type the following:
gem install aasm block_helpers
Provide the sudo password if asked by installer. It may automatically install some required dependency.
How to do it…
To install the Redmine Kanban plugin, follows these steps:
Navigate to Redmine root.
Clone the repository as follows:
git clone https://github.com/kostgr/redmine_kanban...