I\'m using Vagrant for my environment and I\'ve got a little issue:
$vagrant up Bringing machine \'default\' up with \'virtualbox\' provider... ==> defau
if "Vagrantfile" already exists in this directory. Remove it before running "vagrant init". error shows then
"Vagrantfile" already exists in this directory. Remove it before running "vagrant init".
1. rm Vagrantfile 2. vagrant init hashicorp/precise64 3. vagrant up