Closed jkristoffer closed 8 years ago
@mazhalai I followed the instructions as provided but instead of creating a mangeto_user I'm working as root since I'm in docker
@jkristoffer has this issue been resolved?
@jkristoffer closing as non-responsive.
As mentioned in the docs, you need to set file permissions
cd /var/www/html/<magento install directory>
find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} +
find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} +
chown -R :www-data .
chmod u+x bin/magento
I'm installing develop branch as of date on CentOS:6 using the magento CLI.
Upon successful installation when I try to access the page I get the following error:
So tried creating the file manually with no contents and giving it the appropiate permissions it worked fine.