You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still trying to figure out best practice of running a Magestead/Vagrant project with same GIT repo on multiple machines.
If I ssh into the box I always end up running into permission errors. Still get permission denied using sudo. The default user is vagrant.
Is there any recipe to fix permission within the magestead/vagrant box. As of now I cannot run php bin/magento setup:di:compile because of permission denied for the user vagrant.
Edit: to clarify, only ran vagrant up, not magestead new since I want to use a existing GIT repo. Magestead sets up the vagrant box but seems to stop before Magento installation. Is it possible to fix permission after installation?
The text was updated successfully, but these errors were encountered:
I'm still trying to figure out best practice of running a Magestead/Vagrant project with same GIT repo on multiple machines.
If I ssh into the box I always end up running into permission errors. Still get permission denied using sudo. The default user is vagrant.
Is there any recipe to fix permission within the magestead/vagrant box. As of now I cannot run
php bin/magento setup:di:compile
because of permission denied for the user vagrant.Edit: to clarify, only ran
vagrant up
, notmagestead new
since I want to use a existing GIT repo. Magestead sets up the vagrant box but seems to stop before Magento installation. Is it possible to fix permission after installation?The text was updated successfully, but these errors were encountered: