Skip to content

drip/drip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drip

Drip is continuous integration for npm.

Running

Starting the entire application:

node script/init.js

Starting just a worker:

node script/worker.js

Requirements

drip has the following requirements:

  • redis (for resque, and scheduling and working of builds)
  • mongodb (for storage of build statistics)

Compiling

coffee -c **/*.coffee

Testing

npm test

Running

Be sure to have the following environment variables set:

MONGO_URL, REDIS_URL

Authors

drip was written by Christopher Meiklejohn, Simon Højberg, and Barnaby Claydon for the 2011 Node Knockout.

License

Copyright © 2011 drip. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

the continuous integration server for npm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors