Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On command-line, change directory to the place where the Vagrantfile is, then:
vagrant init ubuntu/precise64
vagrant destroy -f; vagrant up

If you have more than one network on your host machine (like wired and also wireless), you may be asked to choose during the vagrant up.

At the end, the 'vagrant up' should output a URL for testing.

...