Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

tomohiro/redmine_irc_gateway

Repository files navigation

Redmine 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

  • Ruby 1.9.2+
  • RubyGems
    • Rake
    • Bundler

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages