0.0
No commit activity in last 3 years
No release in over 3 years
Groundcontrol powers test builds for Rails projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
>= 0
 Project Readme

GroundControl

GroundControl is a test runner / builder for your Rails apps.

This thing is far from done yet and at the moment it is a mish mash of just hacking, trying things out and writing tested code. If you have any feedback, please file an issue.

Usage / Hacking

If you want to try GroundControl or see how it works. This is what you'll need to do:

  • Install RVM.
  • Install ruby 1.8.7 with RVM.
  • In your 1.8.7 RVM install the gems: git, grit, tinder, geckoboard-push.
  • Create a groundcontrol workspace somewhere with a directory that looks like. In the following example I created "testbuilds" as my workspace.
testbuilds
 \- config
    \ projects.yml
  • The projects.yml should look like:
---
projects:
  my_project_name:
    git: <git clone url>
  • Run the groundcontrol command in the testbuilds directory.