2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows7 64 に VirtualBox4.3.20 と Vagrant1.7.0 をインストールしようとしたメモ

2
Last updated at Posted at 2014-12-12

とりあえずインストールだけしてみたので作業をメモっときます。

VirtualBoxのインストール#

https://www.virtualbox.org/
↑のDownloadsから 'VirtualBox 4.3.20 for Windows hosts' を選択。
ついでに 'VirtualBox 4.3.20 Oracle VM VirtualBox Extension Pack' も併せてダウンロードしておく。

そんでもって本体をインストール。

VirtualBoxへのExtensionPackの適用##

ファイル > 環境設定 で設定ダイアログを開いて、機能拡張を選択。
さきほどダウンロードしたExtensionPackを選択すればOK。

Vagrantのインストール#

https://www.vagrantup.com/
↑Vagrantはココから。

1.7.0が動かない##

2014/12/12現在の最新は1.7.0だったのでこれをダウンロードしてインストール。
しかしFailed to find Vagrant! むー。。。

http://stackoverflow.com/questions/27397278/failed-to-find-vagrant
↑同様の現象に困ってる人発見。
↑↑問題を報告してくれたみたいです。ありがたや~!!

1.6.5のインストール##

そんなわけで https://www.vagrantup.com/downloads-archive.html から1.6.5をダウンロードしてインストール。
インストール終わったらvagrant -vしてVagrant 1.6.5と表示されたので成功。


boxの追加↓
VagrantにCentOS6.5 64bitのboxを追加するメモ

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?