Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 377 Bytes

File metadata and controls

29 lines (20 loc) · 377 Bytes

USAGE

  • 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

REQUIREMENT

  • redmine v2.0.0+