Environment in 2 minutes with Vagrant.
Today I want to share with you an awesome thing - Vagrnat! What is Vagrant? Following the Wikipedia:
Vagrant is an open-source software product for building and maintaining portable virtual software development environments, e.g. for VirtualBox, Hyper-V, Docker, VMware, and AWS.
In other words, Vagrant allows you to create a virtual machine(s) (VMs), install os and pre-configure it with only one command!