public
Description: Sinatra app that pushes your Github Commit info to Campfire
Homepage:
Clone URL: git://github.com/jnewland/github-campfire.git
commit  7c141a6a2a7868c8c812ddc8332db16c056d4236
tree    7150bc873e8a56050d9bb436c55cad43e461d448
parent  7f70dfb8682abb97183ed8400b75c2c3b142831c
github-campfire / README
100644 17 lines (14 sloc) 0.294 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
github-campfire
===============
 
Toss your github pushes to Campfire
 
requirements
============
sudo gem install json tinder (sinatra|merb-core)
 
instructions
============
cp config.yml.example config.yml
vim config.yml
# sinatra
ruby servers/sinatra.rb
# merb-core
merb -I servers/merb-core.rb