Created
November 10, 2017 08:38
-
-
Save markusguenther/e723668e03b354ffa1d18cab029dc9cb to your computer and use it in GitHub Desktop.
Workaround for High Sierra NFS issue
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
# source link | |
ln -fs /[guest-project-root] /var/www/httpdocs |
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 '../../[flow-project-src-on-host]', '/[guest-project-root]', type: 'sshfs', sshfs_opts_append: '-o nonempty' | |
config.vm.synced_folder '.', '/vagrant', type: 'sshfs', sshfs_opts_append: '-o nonempty' | |
config.vm.provision :shell, path: "bootstrap.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment