Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mironov/redmine_jaconda_notifications
- Owner: mironov
- Created: 2010-05-04T08:27:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-28T04:14:17.000Z (over 13 years ago)
- Last Synced: 2024-10-19T15:55:32.832Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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).