Integrity is a really nifty Continuous Integration app (demo here).
You can get it running under mod_rack on an Ubuntu Hardy server using the following commands on your workstation. You’ll want to point a domain at your new ci server (and insert that name where you see your.server.name).
sudo gem install deprec depify -c # Create ~/.caprc file if missing. echo "role :ci, 'your.server.name'" >> ~/.caprc cap deprec:ruby:install deprec:passenger:install ROLES=ci cap deprec:integrity:install cap deprec:integrity:configĀ # Generates configs directly to server cap deprec:integrity:restart_apache
Integrity should now be running on your server. Open up a web browser and add projects to it!
todo: Add notifiers