Skip to content

Instantly share code, notes, and snippets.

@seyyah
Created June 20, 2013 15:24
Show Gist options
  • Select an option

  • Save seyyah/5823716 to your computer and use it in GitHub Desktop.

Select an option

Save seyyah/5823716 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
config.vm.forward_port(3000, 4567, auto: true)
config.vm.share_folder("v-root", "/vagrant", ".")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment