Skip to content

Instantly share code, notes, and snippets.

@t10u
Created February 9, 2012 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t10u/1780287 to your computer and use it in GitHub Desktop.
Save t10u/1780287 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "ubuntu-oneiric-lamp"
config.vm.host_name = "ls"
#config.vm.boot_mode = :gui
config.vm.network :hostonly, "33.33.33.21"
config.vm.customize ["modifyvm", :id, "--memory", "1024"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment