Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.
This plugin version is compatible only with Redmine 5.0 and later.
-
Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_risks
. -
From the directory
#{REDMINE_ROOT}
, install the plugin's dependencies:bundle install
-
Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_risks
-
Seed the default risk categories:
bundle exec rake risks:seed RAILS_ENV=production
-
Restart Redmine.
-
Login and enable the "Risks" module on projects you want to use it.
-
Remove the plugin's folder from
#{REDMINE_ROOT}/plugins
. -
Restart Redmine.
Explain how to use your package.
Run tests using the following command:
bundle exec rake redmine:plugins:test NAME=redmine_risks RAILS_ENV=test
Please see CONTRIBUTING and CODE OF CONDUCT for details.
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
This code is licensed under the MIT license. Please see the license file for more information.