Skip to content

Instantly share code, notes, and snippets.

@karschsp
Created February 17, 2014 02:57
Show Gist options
  • Save karschsp/9043930 to your computer and use it in GitHub Desktop.
Save karschsp/9043930 to your computer and use it in GitHub Desktop.
Method of mounting synced folders in Vagrant so Drupal 8 will install
config.vm.synced_folder "www", "/vagrant/www", :mount_options => ["dmode=777,fmode=777"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment