Skip to content

Instantly share code, notes, and snippets.

@YoshihitoAso
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YoshihitoAso/9047612 to your computer and use it in GitHub Desktop.
Save YoshihitoAso/9047612 to your computer and use it in GitHub Desktop.
[Vagrant]Windows環境にvagrant(1.4)をインストール

##Windows環境にvagrant(1.4)をインストール

###Oracle Virtual Boxをインストール

https://www.virtualbox.org/wiki/Downloads

最新(2014/2/14時点)は4.3.6だが、自分は4.2.18で動作確認済。

###Vagrant(1.4.X)をインストール

Download Vagrant - Vagrant https://www.vagrantup.com/downloads.html

で最新のものをダウンロード出来る。

ちなみに自分は結構前にインストールしたので1.2.7をいまだに使ってる。

###VMを選ぶ

http://www.vagrantbox.es/

から利用するOSを選ぶ

そこのURLを利用して

vagrant box add {title} {url}
vagrant init {title}
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment