cloudstack/tools/devcloud/.rvmrc

8 lines
192 B
Plaintext

rvm use ruby-1.9.3@vagrant-xen-cloudstack --create
export VAGRANT_HOME=$HOME/.vagrant.d-xen-cloudstack
bundle check > /dev/null 2>&1
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
bundle install
fi