VagrantでCentOS6.4インストール

環境は
OS:Windows7 32bit

Vagrantのインストール

C:\devkitに展開し下記コマンド実行

C:\devkit>ruby dk.rb init
[INFO] found RubyInstaller v1.9.3 at C:/Ruby193
Initialization complete! Please review and modify the auto-generated
'config.yml' file to ensure it contains the root directories to all
of the installed Rubies you want enhanced by the DevKit.
C:\devkit>ruby dk.rb install
[INFO] Updating convenience notice gem override for 'C:/Ruby193'
[INFO] Installing 'C:/Ruby193/lib/ruby/site_ruby/devkit.rb'

Vagrantインストール

C:\devkit>gem install vagrant

VagrantでCentOS6.4インストール

http://www.vagrantbox.es/からほしいbox取得してインストール

c:\devkit>vagrant box add centos64 vagrant box add centos64 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-i386-v20130427.box
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.

Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires
this to be available on the PATH. If VirtualBox is installed, please find the
`VBoxManage` binary and add it to the PATH environmental variable.

PATHが通っていないとのことで「C:\Program Files\Oracle\VirtualBox」を追加してからやり直しで完了

c:\devkit>vagrant box add centos64 vagrant box add centos64 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-i386-v20130427.box
c:\devkit>vagrant init centos64
c:\devkit>vagrant up