【Vagrant】vagrant upしたら An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

vagrant upしたら An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

Couldn't open file /Users/**/base

スクリーンショット 2016-04-26 23.24.28

このように出た場合、

https://www.vagrantup.com/downloads.html

dowunloadしてください(あれ入れてなかったっけな。。)

で vagrant init

vim VagrantfileでVagrantfileを編集

config.vim.box = "base" ここをコメントアウト

config.vm.box = "puphpet/centos65-x64" 追加

で vagraunt up

スクリーンショット 2016-04-26 23.40.39

始まるのでシャワーでも浴びよう。

あとほんとはDockerにしたい。。