Getting Started with Vagrant

Learn how Vagrant, a tool for creating portable development environments, can help you:
– Easily setup a local development environment
– Match your local development environment to production and avoid surprises during deployment.
– Share development environments with team members and get new team members up and running in record time.
– Easily deploy code by using providers and provisioners.