Skip to content

Addition to the Vagrantfile to mount shared folder in virtualbox with www-data…

Michael Paul Killian requested to merge Vagrantfile_www-data into master

What does this MR do?

When running the dev environment in a Vagrant provisioned virtualbox, there are permission errors.

By default vagrant adds the shared folder with user 'vagrant', the added line changes this to www-data. This means that nginx and php etc. have no trouble interacting with the files in the shared folder.

How confident are you it won't break things if deployed?

Only applies to Vagrant users. Confident. Tested it on my setup.

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports