Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with permissions (after deploy project from repository) #86

Closed
srgrbkl opened this issue Apr 3, 2021 · 2 comments
Closed

problem with permissions (after deploy project from repository) #86

srgrbkl opened this issue Apr 3, 2021 · 2 comments

Comments

@srgrbkl
Copy link

srgrbkl commented Apr 3, 2021

after deploy project from repository i got an error( mount: 'rsync'):
1 exception(s):
Exception #0 (Magento\Framework\Exception\FileSystemException): The path "/home/vagrant/magento/pub/static/." is not writable.

adding this code to vagrantfile solves problem:

Bindfs options

config.bindfs.default_options = {
force_user: 'vagrant',
force_group: 'www-data',
perms: 'u=rwx:g=rwx:o=rx'
}

@zepgram
Copy link
Owner

zepgram commented Apr 3, 2021

HI @srgrbkl puting back this code will probably throw an error when you we'll try to add an image, this is related to : #79

Do you think permission were correctly applied ?
Did this error thrown when you tried to access magento ? Did you try to run the permission command ?

@srgrbkl
Copy link
Author

srgrbkl commented Apr 3, 2021

I did not study README.md after update, run permission - works good. Thanks @zepgram!

@srgrbkl srgrbkl closed this as completed Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants