I'm using Rubber gem to deploy my first rails app to an ec2 server. I had a problem during the bundle install step when I called the 'cap rubber:create_staging' to establish my first server instance. My instance was created already so I logged in and made the necessary change on the ec2 server. Now I am not sure how to proceed in such a way that I can get my app up and running.
How do I determine what commands have yet to be run on my instance so that I can continue on and manually run them and get the server up and running from this point? Do I have to run the create_staging function and create another instance? Or is there an easy way to continue where it left off?