Posted inVirtualization
Using Vagrant to Create a Dev Environment: Put an End to ‘Works on My Machine’
Inconsistent dev environments across team members are the root cause of countless hard-to-explain bugs. Vagrant lets you define a VM as code via a Vagrantfile — commit it to git and recreate it on any machine with a single
vagrant up. This guide covers installing Vagrant and writing a practical Vagrantfile for a LEMP stack.
