This method is either for the extremely impatient or for project contributors. This is how we create our own VM image. Here we assume that you have an Ubuntu Linux. So this process will not work on other platforms.

If you only have time to type a single in the command line, here it is. But before you run it, make sure you trust the contents of envSetup.sh. The line bellow is asking your computer to download such script and execute it. If the script contains anything that can harm your computer, do not run it.

Run this on the terminal

wget -q -O - http://aamm.github.io/02j/vagrant/envSetup.sh | bash

Next, Vagrant tutorial or Step 3

Now you can proceed to the Mini Vagrant Tutorial or Step 3, the lessons.

Back to top