Created
February 17, 2014 02:57
-
-
Save karschsp/9043930 to your computer and use it in GitHub Desktop.
Method of mounting synced folders in Vagrant so Drupal 8 will install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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