Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnewland/github-campfire
Sinatra app that pushes your Github Commit info to Campfire
https://github.com/jnewland/github-campfire
Last synced: about 1 month ago
JSON representation
Sinatra app that pushes your Github Commit info to Campfire
- Host: GitHub
- URL: https://github.com/jnewland/github-campfire
- Owner: jnewland
- Created: 2008-02-16T03:34:31.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2008-07-24T17:54:39.000Z (over 16 years ago)
- Last Synced: 2023-04-10T15:07:03.717Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 33
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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