Skip to content

Instantly share code, notes, and snippets.

@kei2100
Last active December 22, 2015 15:38
Show Gist options
  • Save kei2100/6493738 to your computer and use it in GitHub Desktop.
Save kei2100/6493738 to your computer and use it in GitHub Desktop.
vagrant setup
# mac
http://files.vagrantup.com/packages/b12c7e8814171c1295ef82416ffe51e8a168a244/Vagrant-1.3.1.dmg
# linux
sudo yum localinstall http://files.vagrantup.com/packages/b12c7e8814171c1295ef82416ffe51e8a168a244/vagrant_1.3.1_x86_64.rpm
vagrant box add centos6.3 http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.3-x86_64-v20130101.box
mkdir -p ~/vagrant/repos/centos6.3
cd ~/vagrant/repos/centos6.3
vagrant init
vagrant up
vagrant ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment