Skip to content

Instantly share code, notes, and snippets.

@dshafik
Forked from dcousineau/README
Last active August 29, 2015 14:00
Show Gist options
  • Save dshafik/11115997 to your computer and use it in GitHub Desktop.
Save dshafik/11115997 to your computer and use it in GitHub Desktop.
Download Box Here: https://s3.amazonaws.com/dcousineau/vagrant/foundations.v0.box
Also On Vagrantcloud: https://vagrantcloud.com/dcousineau/lsp-foundations/version/1
Vagrant.configure("2") do |config|
config.vm.box = "phpbridge"
config.vm.box_url = "./foundations.v0.box"
config.vm.network :forwarded_port, guest: 8080, host: 8080
config.vm.synced_folder "./project", "/var/www", create: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment