Skip to content

Instantly share code, notes, and snippets.

@webframp
Created May 4, 2013 00:43
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 webframp/5515444 to your computer and use it in GitHub Desktop.
Save webframp/5515444 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "sandbox"
config.vm.box_url = "http://repos.sensuapp.org/box/sandbox.box"
config.vm.forward_port 4567, 4567
config.vm.forward_port 8080, 8080
end
@portertech
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment