Last active
January 2, 2016 18:58
-
-
Save mkamakura/8346779 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1/11勉強会 事前準備資料 | |
Vagrantのセットアップ | |
1.virtual boxのインストール | |
最新版4.3ですが、4.3だとvagrantが対応していないので、4.2を使いましょう。 | |
自分の環境にあったもをインストールしてください。 | |
https://www.virtualbox.org/wiki/Download_Old_Builds_4_2 | |
2.vagrant のインストール | |
vagrantは以下にあります。最新版の1.3.5を使いましょう。 | |
http://downloads.vagrantup.com/tags/v1.3.5 | |
3.boxのダウンロード | |
任意のディレクトリで以下を実行してください。 | |
ubuntu12.04のboxをダウンロードして、vagrant boxに追加してくれます。 | |
30分くらいかかるので、アニメでも観ながら気長に待ってください。 | |
$mkdir ubuntu12.04 | |
$cd ubuntu12.04 | |
$vagrant box add ubuntu12.04 http://dl.dropbox.com/u/1537815/precise64.box | |
リンク先死んでる・・・? | |
ダウンロード開始されなければ下記からで。 | |
$vagrant box add ubuntu12.04 http://files.vagrantup.com/precise64.box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment