crater-invoice / crater

Open Source Invoicing Solution for Individuals & Businesses
https://craterapp.com
GNU Affero General Public License v3.0
7.62k stars 1.53k forks source link

Docker installation: Incorrect directory permissions #1231

Open noseshimself opened 1 year ago

noseshimself commented 1 year ago

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:

Fix Set the correct permission on your source tree