Skip to content

Instantly share code, notes, and snippets.

@erikaheidi
Created July 2, 2013 08:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikaheidi/5907672 to your computer and use it in GitHub Desktop.
Save erikaheidi/5907672 to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.network :private_network, ip: "192.168.33.101"
config.vm.synced_folder "./", "/vagrant", id: "vagrant-root"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment