Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Redmine Cookbook

You're reading from   Redmine Cookbook Over 80 hands-on recipes to improve your skills in project management, team management, process improvement, and Redmine administration

Arrow left icon
Product type Paperback
Published in Feb 2016
Publisher Packt
ISBN-13 9781785286131
Length 322 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Aleksandar Pavic Aleksandar Pavic
Author Profile Icon Aleksandar Pavic
Aleksandar Pavic
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Installing and Running Redmine 2. Customizing Redmine FREE CHAPTER 3. Project Management with Redmine 4. Improving Team Performance 5. Regular and Planned Maintenance 6. Performance and System Tuning 7. Integrating Redmine with Other Software 8. Getting the Most Out of Scripts and Plugins 9. Troubleshooting 10. Making the Most of Redmine Index

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:

  1. Open the console and navigate to the Redmine installation root.

  2. Git clone the plugin's code as follows:

    git clone https://github.com/acosonic/agile_dwarf.git plugins/agile_dwarf
    
  3. Migrate the database as follows:

    rake redmine:plugins:migrate RAILS_ENV=production
    
  4. Restart Redmine as follows:

    rm tmp/restart.txt && touch tmp/restart.txt
    
  5. Configure the plugin by navigating to Administration | Plugins | Agile dwarf plugin and click Configure:

  6. Give permissions for a plugin to specific roles by navigating to Administration |...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image