“Izin File Magento 2” Kode Jawaban

Izin File Magento 2

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 . # Ubuntu
chmod u+x bin/magento
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex
php bin/magento c:f
Depressed Deer

Izin File Magento 2

chmod -R 777 var pub generated
Rahul Raj

Jawaban yang mirip dengan “Izin File Magento 2”

Pertanyaan yang mirip dengan “Izin File Magento 2”

Lebih banyak jawaban terkait untuk “Izin File Magento 2” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya