Drip is continuous integration for npm.
Starting the entire application:
node script/init.js
Starting just a worker:
node script/worker.js
drip has the following requirements:
- redis (for resque, and scheduling and working of builds)
- mongodb (for storage of build statistics)
coffee -c **/*.coffee
npm test
Be sure to have the following environment variables set:
MONGO_URL, REDIS_URL
drip was written by Christopher Meiklejohn, Simon Højberg, and Barnaby Claydon for the 2011 Node Knockout.
Copyright © 2011 drip. It is free software, and may be redistributed under the terms specified in the LICENSE file.