Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Created April 22, 2014 23:38
Show Gist options
  • Save dcousineau/11198065 to your computer and use it in GitHub Desktop.
Save dcousineau/11198065 to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.vm.box = "phpbridge.lsp14"
config.vm.box_url = "../vm/phpbridge.lsp14.box"
config.vm.network :forwarded_port, guest: 8080, host: 8080
config.vm.synced_folder "./", "/var/www"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment