# Getting the VM template (1 time only)
vagrant box add jenkins-lab-demo https://bit.ly/2HvmzGu
# Initialize the environment (1 time only)
mkdir ~/jenkins-lab-demo && cd ~/jenkins-lab-demo
vagrant init -m -f jenkins-lab-demo
# Start the lab
vagrant up