AKAI TSUKI

System development or Technical something

install VirtualBox and Vagrant

VirtualBoxVagrantをインストール。これでいいのかっ!?

1. VirtualBox

(参考)http://www.virtualbox.org/manual/ch02.html#install-linux-host

# wget http://pkgs.repoforge.org/dkms/dkms-2.1.1.2-1.el6.rf.noarch.rpm
# yum localinstall dkms-2.1.1.2-1.el6.rf.noarch.rpm

# wget http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3-4.3.6_91406_el6-1.x86_64.rpm
# yum localinstall VirtualBox-4.3-4.3.6_91406_el6-1.x86_64.rpm
※依存するrpmがたくさんありました。
# VBoxManage -v
4.3.6r91406

2. Vagrant

# wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.rpm

# yum localinstall vagrant_1.4.3_x86_64.rpm
# vagrant -v
Vagrant 1.4.3