Skip to content

Instantly share code, notes, and snippets.

@pablofmorales-olx
Created January 10, 2013 13:23
Show Gist options
  • Save pablofmorales-olx/4502003 to your computer and use it in GitHub Desktop.
Save pablofmorales-olx/4502003 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
#config.vm.boot_mode = :gui
config.vm.box = "lucid32"
config.vm.share_folder "sites", "/home/httpd", "/Users/pablo/Sites", :extra => 'dmode=775,fmode=775'
#config.vm.network :bridged, :bridge => "en0: Ethernet"
config.vm.network :hostonly, "192.168.5.10"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment