在Magento 2中安装后,CSS无法正常工作

问题描述:

我已经安装了Magento 2. 一切都成功完成,但是css没有加载. 我尝试了这些命令

I have Installed Magento 2. Everything completed successfully but css is not loading. I tried these commands

php bin/magento cache:flush

php bin/magento indexer:reindex

php bin/magento setup:static-content:deploy

请帮助我

您应提供一些权限

运行此命令

sudo find . -type d -exec chmod -R 777 {} \; 
&& sudo find . -type f -exec chmod -R 777  {} \; 
&& sudo chmod u+x bin/magento