Skip to content

Instantly share code, notes, and snippets.

@h0lyalg0rithm
Created May 8, 2014 06:54
Show Gist options
  • Save h0lyalg0rithm/6d9647ac0de117eaa4f0 to your computer and use it in GitHub Desktop.
Save h0lyalg0rithm/6d9647ac0de117eaa4f0 to your computer and use it in GitHub Desktop.
# Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
config.vm.network :forwarded_port, guest: 80, host: 8888
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment