Vagrant-ubuntu-install: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 9: Zeile 9:
 
*vagrant init
 
*vagrant init
 
=edit the Vagrantfile in this directory and replace=
 
=edit the Vagrantfile in this directory and replace=
  config.vm.box = "precise32"
+
  config.vm.box = "precise64"
 +
 
 
=up=
 
=up=
 
*vagrant up
 
*vagrant up

Version vom 21. April 2015, 12:32 Uhr

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