I'd like to setup a vagrant instance outside of my project directory. Is there a way to deploy rails into the vagrant VM with capistrano as I would to my real production host?
I'm trying to use server as "localhost" but I get:
connection failed for: localhost (Errno::ECONNREFUSED: Connection refused - connect(2))