A tool for automated system provisioning, configuration and maintenance.
gem install carpenter
?!
git clone git@github.com:autonomousfoundry/carpenter.git
bundle install
rake # runs test
rake build # build and install the gem locally
rake clean # remove gem builds
?!