-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Apache and PHP-FPM are running with vagrant:vagrant permissions. However, the shared folder on my Mac is not being mounted to the /vagrant directory. Instead, my vagrant-magento folder is being mounted on the guest machine at /Users/<user-name>/Sites/vagrant-magento. I believe this is why I'm running into permissions issues, i.e. SSHed into the box I can't run rm -rf var/* and rm -rf pub/static/* only deletes some files but others aren't deleted because permissions are denied. Furthermore, running npm while SSHed into the box to work with grunt is having all kinds of permission issues.
Any ideas on how to overcome these permission issues?