猫先生の長めのつぶやき

This is what I am. This is what you are.

Vagrant起動

「社内で使うWebアプリケーションを作成せよ」

仮想マシンの立ち上げステップ

  1. boxインストール
  2. box初期化
  3. 起動

vagrant boxをインストール

http://www.vagrantbox.es/から使用するboxを
vagrant box add [box名] [boxURL]

これ、カフェのWifi使ってやろうとして
1時間
の表示見た瞬間凍ったw

box 初期化

vagrant init box名
で初期化!

おお、できた。

あとはvagrant upするだけ、、、!

起動

わーいわーいvagrant up っと、、、
f:id:rpvke:20150124203613j:plain

The box failed to unpackage properly.Please verify that the box file you're trying to add is not corrupted and try again.

とりあえず、起動できないらしい。

「vagrantfileの編集」も終えている。

。。。。。

これは、「Virtualboxのアップロード」をしていないためでした。

最新版にして、ちゃんちゃん