I have just started out with Rails development, and I have been manually copying my source over sftp to my pre-built Rails droplet.
I'd like to take this further and deploy using git and Capistrano. All of the tutori...
Is it possible to set up a virtual machine the same as one of the droplets?
For example; I use VirtualBox and I'd like a local development environment which matches the Ubuntu 12.04 / LAMP droplet.
I recently ran into...