sh Magento 2权限
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Magento 2权限相关的知识,希望对你有一定的参考价值。
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find ./var -type d -exec chmod 777 {} \;
find ./pub/media -type d -exec chmod 777 {} \;
find ./pub/static -type d -exec chmod 777 {} \;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
chown -R :<web server group> .
chmod u+x bin/magento
以上是关于sh Magento 2权限的主要内容,如果未能解决你的问题,请参考以下文章
sh Magento权限
sh 用于关闭magento 2模板和阻止提示的Shell脚本,将文件添加到流浪者中的〜/ bin并将权限设置为755
sh 用于打开magento 2模板和阻止提示的Shell脚本,将文件添加到流浪者中的〜/ bin并将权限设置为755
sh 假设在Mage目录的根目录中运行,重置Debian或Ubuntu框上的Magento权限
sh 安装Magento 2 cli#magento2
sh magento 2清除所有缓存文件