This plugin allows to create default members on project creation, based on Redmine groups.
Assuming that you have Redmine installed :
## Before install the plugin, stop Redmine!
# Switch user
root# su - redmine
# Clone Redmine Default Members plugin
redmine$ cd REDMINE_ROOT/plugins
redmine$ git clone https://github.com/jbox-web/redmine_default_members.git
redmine$ cd redmine_default_members/
redmine$ git checkout 1.0.0
# Install gems and migrate database
redmine$ cd REDMINE_ROOT/
redmine$ bundle install --without development test
## After install the plugin, start Redmine!
You can contribute to this plugin in many ways such as :
- Helping with documentation
- Contributing code (features or bugfixes)
- Reporting a bug
- Submitting translations