Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Erika Heidi:
A beginners guide to Vagrant - getting your portable development environment, part 1
Jul 03, 2013 @ 16:15:03

Erika Heidi has posted the first part of a series about using Vagrant to build development environments - a portable one that can be dropped onto any machine as a VM.

If you never heard about Vagrant, this is the right moment to get acquainted to it. Vagrant is getting very popular amongst open source projects, because it provides a portable and reproducible development environment using virtual machines. You will never be hostage of the “works on my machine” statement again; the environment is exactly the same for all the developers, regardless of the operational system running as the host machine (although everything can get messy with Windows).

She walks you through the typical Vagrant installation (via apt-get) and mentions the need for VirtualBox separately on OSX. She talks about providers, provisioners and the configuration Vagrant uses to define the boxes it builds - the Vagrantfile. When the "vagrant up" is run, the box is downloaded from the provider, configured and set up as a complete VM, ready for use.

tagged: beginner guide vagrant introduction development environment

Link: http://erikaheidi.com/2013/07/02/a-begginers-guide-to-vagrant-getting-your-portable-development-environment


Trending Topics: