ngmy/webloyer

Unsafe recommendation for install

pierrejoye opened this issue · 1 comments

Hello

chmod -R 777 storage
chmod -R 777 bootstrap/cache

should instead do a chown using the web server user. And update the resume to modify this command accordingly (f.e. www-data).

best,

ngmy commented

Hi,

I modified the README.md file.

Thanks,