https://github.com/imaginary-cloud/redmine_risk_management
Risk Management Plugin for Redmine
https://github.com/imaginary-cloud/redmine_risk_management
html redmine risk-management ruby
Last synced: 6 months ago
JSON representation
Risk Management Plugin for Redmine
- Host: GitHub
- URL: https://github.com/imaginary-cloud/redmine_risk_management
- Owner: imaginary-cloud
- Created: 2015-02-04T18:51:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T10:26:27.000Z (over 7 years ago)
- Last Synced: 2025-03-29T06:33:14.373Z (6 months ago)
- Topics: html, redmine, risk-management, ruby
- Language: Ruby
- Size: 157 KB
- Stars: 13
- Watchers: 18
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Redmine Risk Management
V0.0.4 (5-Jun-2018)
Risk management is a plugin for [Redmine](http://www.redmine.org/) (a project management web application), allowing to manage the risks for a given project.
## Installation
1. Download tarball
2. `cd {redmine_root}/plugins/`
3. `mkdir redmine_risk_management`
4. Extract files to {redmine_root}/plugins/redmine_risk_management/
5. `rake redmine:plugins:migrate NAME=redmine_risk_management RAILS_ENV={Environment}`## How to use
First you can create custom status going to the plugin administration page.

To create a risk for a project you need to click in Risks tab under the project detail page.

## Keywords
Risk Management, Risk, Impact, Management, Redmine, Plugin
## Support
Support will only be given to the following versions or above:
* Redmine version 2.6.10
* Ruby version 2.2.0
* Rails version 3.2.22Note: Redmine 2.6.5 does not support Ruby 2.2. Redmine 2.6.6 supports it (#19652). [Link](http://www.redmine.org/projects/redmine/wiki/RedmineInstall/252#Requirements)
## License
Copyright © 2010-2018 [Imaginary Cloud](https://www.imaginarycloud.com). This library is licensed under the MIT license.
## About Imaginary Cloud

We apply our own Product Design Process to bring great digital products to life. Visit [our website](https://www.imaginarycloud.com) to find out about our other projects or [contact us](https://www.imaginarycloud.com/contacts) if there's an idea that you want to turn into an outstanding product, we'll take it from there!