crater-invoice/crater

Docker installation: Incorrect directory permissions

noseshimself opened this issue · 0 comments

Describe the bug
Installation step 2 is warning

Permissions

Below is the list of folder permissions which are required in order for the app to work. If the permission check fails, make sure to update your folder permissions.


storage/framework/   775
storage/logs/   775
bootstrap/cache/   775

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

sorrow@s-01:/docker/crater# ls -ald storage bootstrap
drwxr-xr-x 1 10000 10000 24 12. Mai 12:23 bootstrap
drwxr-xr-x 1 10000 10000 42 12. Mai 12:23 storage

Please complete the following information:

  • Crater version: master

Fix
Set the correct permission on your source tree