- install
cd redmine/plugins
git clone git@github.com:rocodev/redmine_irc_notifications.git
vim Gemfile
- add gem to Gemfile
add shout-bot to Gemfile ( p.s. please use git version)
gem "shout-bot", :git => "git://github.com/sr/shout-bot.git"
- restart
bundle check
bundle install
touch tmp/restart.txt
- redmine v2.0.0+