Skip to content

Instantly share code, notes, and snippets.

@gabconcepcion
Last active January 3, 2016 04:59
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 gabconcepcion/8412414 to your computer and use it in GitHub Desktop.
Save gabconcepcion/8412414 to your computer and use it in GitHub Desktop.
[UBUNTU] [VAGRANT] install
install virtual box in ubuntu
(http://net.tutsplus.com/tutorials/php/vagrant-what-why-and-how/)
sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian '$(lsb_release -cs)' contrib non-free' > /etc/apt/sources.list.d/virtualbox.list" && wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install virtualbox-4.3 dkms
(https://help.ubuntu.com/community/VirtualBox/Installation)
install vagrant
http://www.vagrantup.com/downloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment