Campfire Notifier for Redmine
A Redmine plugin to display activity notifications on Campfire.
I forked this project to add the following featured:
- Use net/http rather than tinder due to some gem dependency issues in our environment
Blog post demonstrating its awesomeness
Installation
-
You need Redmine 0.8.5 or above
-
Install the plugin:
git clone http://github.com/willcodeforfoo/redmine_campfire_notifications.git vendor/plugins/redmine_campfire_notifications
- copy campfire.yml.example into config/campfire.yml with your campfire settings
cp vendor/plugins/redmine_campfire_notifications/config/campfire.yml.example config/campfire.yml
To do
- Create a plugin interface. Right now the campfire authentication is hard-coded in the plugin. Create a plugin controller + view so the user should be able to:
- Set the campfire room parameters (url, login, password)
- Set which project should talk on Campfire
