Horje
magento 2 file permission Code Example
magento 2 file permission
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




Shell

Related
install tkinter in ubuntu Code Example install tkinter in ubuntu Code Example
magento 2 version file permissions Code Example magento 2 version file permissions Code Example
spigot start.bat Code Example spigot start.bat Code Example
hello world powershell Code Example hello world powershell Code Example
how to open xampp control panel in ubuntu Code Example how to open xampp control panel in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15