Skip to content

Instantly share code, notes, and snippets.

@zacharyblank
Created October 24, 2013 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacharyblank/7136073 to your computer and use it in GitHub Desktop.
Save zacharyblank/7136073 to your computer and use it in GitHub Desktop.
OS X Mavericks Vagrant NFS workaround
config.vm.share_folder("api", "/vagrant/api", "./api", :owner => "www-data", :group => "www-data", :extra => "dmode=775,fmode=644")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment