I\'m using Vagrant for my environment and I\'ve got a little issue:
$vagrant up Bringing machine \'default\' up with \'virtualbox\' provider... ==> defau
Follow the below syntax when creating the virtual box:
$ vagrant box add {title} {url} $ vagrant init {title} $ vagrant up
See http://www.vagrantbox.es/