fengyibo / redmine_risks

Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Risks

Latest Release Software License Build Status Maintainability

Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.

Compatibility

This plugin version is compatible only with Redmine 3.4 and later.

Installation

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_risks.

  2. From the directory #{REDMINE_ROOT}, install the plugin's dependencies:

    bundle install
  3. 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
  4. Seed the default risk categories:

    bundle exec rake risks:seed RAILS_ENV=production
  5. Restart Redmine.

  6. Login and enable the "Risks" module on projects you want to use it.

Uninstall

  1. Remove the plugin's folder from #{REDMINE_ROOT}/plugins.

  2. Restart Redmine.

Usage

Explain how to use your package.

Testing

Run tests using the following command:

bundle exec rake redmine:plugins:test NAME=redmine_risks RAILS_ENV=development

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.

About

Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.

License:MIT License


Languages

Language:Ruby 67.0%Language:HTML 32.6%Language:CSS 0.3%