Easily get a list of all members of a Role grouped by projects.
- GNU/Linux operating system
- Redmine ~3.2
- Ruby on Rails >= 4.2
- Ruby >= 1.9.3
- Git >= 2.1.4
We will show you how to install it on Debian family Linux distributions (such as Ubuntu), and Redmine installed with aptitude, but it can works on many other distros with similar procedures.
You may need to do those commands as root, depending on your particular case.
Feel free to replace the variable $REDMINE_PATH to your own Redmine instance path.
$REDMINE_PATH=/usr/share/redmine/
cd $REDMINE_PATH/plugins/
git clone [email protected]:savoirfairelinux/redmine-list-of-roles-members.git
mv redmine-list-of-roles-members redmine_list_of_roles_members
rake redmine:plugins:migrate RAILS_ENV=production
service apache2 reload # or depending on which HTTP server you use
There is not further configuration needed to do after installation.
We absolutely appreciate patches, feel free to contribute directly on the GitHub project.
Repositories / Development website / Bug Tracker:
Do not hesitate to join us and post comments, suggestions, questions and general feedback directly on the issues tracker.
Author : David Côté-Tremblay [email protected]
Website : https://www.savoirfairelinux.com/