Plugins Directory » RedFire
|
Author: | Carlos Barbiero |
---|---|---|
Website: | https://github.com/carlosbrb/redfire | |
Code repository: | https://github.com/carlosbrb/redfire | |
Registered on: | 2013-04-22 (almost 12 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.4.x, 2.3.x, 2.2.x | |
User ratings: |
A Redmine plugin for awesome campfire notifications. It allows configure notifications per project.
Installation notes
Installation¶
Works on redmine 2.3+
You need Tinder gem. Add it to your Gemfile
gem 'tinder'
and then run:
bundle install
Install the plugin:
git clone git@github.com:carlosbrb/redfire.git #{redmine_root/plugins}
Run
rake redmine:plugins:migrate (don't forget set yout environment)
Restart redmine anf you will see "Notifications" in your project -> Configuration -> modules, check it and save
You'll see a new tab in your project, puts campfire data requested, save and voilá!
Notifies when an issue is created and edited (by now)
Changelog
0.0.1 (2013-04-19)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x.