Skip to content

Add file/folder permissions 777 to /vagrant mounted folder

Michael Paul Killian requested to merge Vagrantfile_permissions into master

Closes #223 (closed)

What does this MR do?

  1. Makes the mounted folder in vagrant 777, getting rid of all permission errors in the dev setup.
  2. Adds a description of a workaround of a known bug in running nginx within virtualbox to README.md

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

I double checked that the permissions are not propagated to the host system (in my case macOS) to be sure I would not commit any permission changes by accident. This was not the case. I am confident that it would also work for others. It is of course important to run git from the host system and not from within virtualbox.

The added information to the README.md has no impact on the repository, but it helps developers that need the vagrant setup to get going.

Links to related issues

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