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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
This repository has been closed and moved to laminas-api-tools/api-tools-skeleton; a new issue has been opened at laminas-api-tools/api-tools-skeleton#2.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just did a new install and at the end it says to run:
vagrant ssh -c 'composer install'
, so I did and got:So I tried to
vagrant ssh
and runcomposer install
and got the same result.So I
sudo vagrant ssh
and it works (with nothing to do), though with the composer warning to not run as root.It seems the ssh is using user
vagrant
but the/var/www
is setup withwww-data
user and group so thevagrant
user doesn't have permission.I'm not sure if it's related, but I just noticed this error in the vagrant up output:
default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
The text was updated successfully, but these errors were encountered: