gudata / cruisecontrol.rb

CruiseControl for Ruby. Keep it simple.

Home Page:http://cruisecontrolrb.thoughtworks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CruiseControl.rb: Simple Continuous Integration

Introduction

CruiseControl.rb is a continuous integration server. It keeps everyone in your team informed about the health and progress of your project.

CC.rb is easy to install, pleasant to use and simple to hack. It’s written in Ruby and maintained in their spare time by developers at ThoughtWorks, a software development consultancy.

The quick how-to

$ ./cruise start

This should start CC.rb on port 3333. To add new projects, there’s a GUI interface, or you can use the command line:

$ ./cruise add [project-name] -r [repository] -s [svn|git|hg|bzr]

License:

  • Apache Software License 2.0

© ThoughtWorks Inc. 2007 - 2011

About

CruiseControl for Ruby. Keep it simple.

http://cruisecontrolrb.thoughtworks.com

License:Apache License 2.0


Languages

Language:Ruby 97.4%Language:Java 1.4%Language:JavaScript 0.6%Language:Shell 0.5%