Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mironov/redmine_jaconda_notifications

A plugin to display Redmine activity in Jaconda
https://github.com/mironov/redmine_jaconda_notifications

Last synced: about 1 month ago
JSON representation

A plugin to display Redmine activity in Jaconda

Awesome Lists containing this project

README

        

# Jaconda Notifications Plugin for Redmine

This plugin is intended to provide basic integration with [Jaconda](http://jaconda.im).
Following actions will result in notifications to your Jaconda room:

- Create and update issues
- Create and reply to messages
- Update wiki articles

## Installation & Configuration

- The Jaconda Notifications Plugin depends on the [official ruby wrapper](http://github.com/mironov/jaconda-api) for Jaconda API. This can be installed with:
$ sudo gem install jaconda
- Then install the Plugin following the general Redmine [plugin installation instructions](http://www.redmine.org/wiki/redmine/Plugins).
- Go to the Plugins section of the Administration page, select Configure.
- On this page fill out the Jaconda subdomain, Room ID and Room token.
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails).