Time [in minutes]: <= 15 minutes Platform [OS, libraries, etc.]: Vagrant 1.5 on Ubuntu 13.10 Skill level: I know how to install software on Linux using "apt-get" and "make". Detailed evaluation: The following Vagrantfile does the build. When you type "make" it presents several options, which includes "make all". Trying "make all" fails on a bare VM because a JDK, "subversion" and "unzip" are not installed. Installing them using "apt-get" and then doing "make all" again works. If you run "vagrant up" in a directory with the following Vagrantfile, it will download, and build the software successfully. Vagrant.require_version ">= 1.5.0", "< 1.6.0" $script = <