Redmine irc gateway

Redmine IRC Gateway - This project provides an access to Redmine API via IRC Gateway.

Dependency Status Build Status Code Climate


Overview

What's this?

This project provides an access to Redmine API via IRC Gateway.

Installation

Requirements

Create development environment

  1. Clone Git repository

    $ git clone git@github.com:Tomohiro/redmine_irc_gateway.git
    $ cd redmine_irc_gateway
    
  2. Installing RubyGems

    Bundler

    $ bundle install --path vendor/bundle
    

How to use

Make configuration file

Rename configuration file

$ mv config/config.yml.example config/config.yml

or

$ mkdir ~/.rig
$ mv config/config.yml.example ~/.rig/config.yml

Edit config/config.yml or $HOME/.rig/config.yml. See config/config.yml.example.

Run

Start

$ bundle exec rig

Debug mode

$ bundle exec rig --debug

Cleaning environment

$ rake clean

IRC Channel

#rig at Freenode.net

Author

Contributors


LICENSE

© 2012 Tomohiro, TAIRA. This project is licensed under the MIT license. See LICENSE for details.