Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 848 forks source link

Use a vvv and www-data users/groups instead of vagrant #2118

Open tomjn opened 4 years ago

tomjn commented 4 years ago

At the moment we use vagrant as the user and group owner of a lot of stuff.

We should investigate serving and running PHP from a www-data user, with the folders owned by that user, and the possibility of logging in as a vvv user rather than a vagrant user.

This is because GH Actions and docker don't use vagrant and that user wouldn't be available

msaggiorato commented 4 years ago

I did some research on this during the weekend, will keep looking into it.