Vagrant-ubuntu-install

Aus xinux.net
Zur Navigation springen Zur Suche springen

install

  • apt-get install virtualbox virtualbox-dkms
  • apt-get install vagrant

add new box

new projekt

  • mkdir vagrant_project
  • cd vagrant_project
  • vagrant init

edit the Vagrantfile in this directory and replace

config.vm.box = "precise64"

up

  • vagrant up

ssh

  • vagrant ssh


alternative

install the newest version

links

images