If your host computer goes to sleep during the Vagrant install and the install process hangs, first:
control-C to kill the installation process.cd ~/.vagrant.d/tmp. This navigates to the directory where Vagrant puts its temprary files.open .. (open followed by a space and a period character). This means “Open the directory I am currently in.” This should open a “tmp” directory in your Finder (on a Mac) or the “My Computer” thing in Windows.vm2015 directory. E.g. cd ~/Desktop/vm2015.vagrant up to restart the installation process.