Deprecated. Latest scripts are at https://github.com/aeolus-incubator/dev-tools
Next generation approach for installing Aeolus, using Puppet.
As the root user on a box you want to install Aeolus on:
If you want to use system ruby:
# curl https://raw.github.com/cwolferh/aeolus-cfg/master/bootstrap.sh | /bin/sh
If you want to use a specific ruby version via rbenv
# export RBENV_VERSION=1.9.3-p194; curl https://raw.github.com/cwolferh/aeolus-cfg/master/bootstrap.sh | /bin/sh
This should work on rhel6, fc16 and fc17 (the script's env variables + oauth.json are pointing to existing imagefactory/iwhd/deltacloud instances).