GitXplorerGitXplorer
c

scrumptious

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dd8c97058680a6be775aa78e287957fa1783c876

Added default rake task.

committed 13 years ago
Unverified
c5b8a9d7e68b2c5fb0d54cf6d6f38870fcc0fe37

Added a dummy test and a hook for travis ci.

committed 13 years ago
Unverified
10abf20ea197d9f03fe1f72988b3e61f6ef0b3e9

Added travis.ci image.

committed 13 years ago
Unverified
ecc19ce991c442bb89e2a54ab1362e3581f24780

Added a dummy test and a hook for travis ci.

committed 13 years ago
Unverified
3f26e0129595c68cab5b8cffcb03113ffd5aa3b4

Updated README

committed 13 years ago
Unverified
f2ce8c49838adbdbac524d1eeb44b9b08091d284

Updated README

committed 13 years ago

README

The README file for this repository.

scrumptious

Build Status

A simple webhook for Scrumy that will listen for task changes and fire notifications to the configured Campfire room.

Usage

Use the env.sample as an example of the 5 environment variables that need to be set.

EXPORT CAMPFIRE_DOMAIN="domain"
EXPORT CAMPFIRE_TOKEN="api_token"
EXPORT CAMPFIRE_ROOM="id"
EXPORT SCRUMY_PROJECT="project"
EXPORT SCRUMY_PASSWORD="password"

You can use foreman to run this locally:

foreman start

Or manually run thin:

bundle exec thin start

Thanks

This project was only possible because of the exuberance of @jeffremer, thanks.

License

Copyright (c) 2011 cacoco and released under an MIT license.