Saving the environment with Vagrant
I’ve been playing with Vagrant , an easy way to set up virtual machines for development purposes. Vagrant provides a simple command line interface paired with a setup script (VagrantFile) in Ruby to provision virtual machines , share folders between the host and the virtual machine and to provide port forwarding . I’ve been using it to …