Copy Deployments, Arrays and Servers with settings from one RightScale account to another
##How to use
- Rename rightscale_config.yml.tmpl to rightscale_config.yml
- Fill in RightScale email and password
- Fill out each account name and account number for any account you wish to use.
In the Rightscale url, the account number is the number after
acct/
. Example:https://us-3.rightscale.com/acct/xxxx/deployments
.xxxx
is your account number. Name is just a friendly name for you to remember which account is what. - Run
bundle install
- In terminal, run
rails s
- Go to http://localhost:3000