redis-cli -p 6370 KEYS * | xargs -n 1 redis-cli -p 6370 dump
find . -type f -exec chmod 664 {} \;
find . -type d -exec chmod 775 {} \;
find var pub/static pub/media app/etc -type f -exec chmod g+w {} \;
sudo apt-get install --only-upgrade google-chrome-stable |
<body> | |
<referenceBlock name="my-account-link" remove="true" /> | |
<referenceBlock name="register-link" remove="true" /> | |
<referenceBlock name="wish-list-link" remove="true" /> | |
</body> |
# Compila less | |
sudo chmod -R 777 . && sudo php bin/magento cache:flush && sudo rm -rf var/* && sudo php bin/magento dev:source-theme:deploy --locale=pt_BR --theme=Grendene/Folk | |
# Limpa estatico | |
sudo chmod -R 777 . && sudo php bin/magento cache:flush && sudo rm -rf var/* && sudo php bin/magento setup:static-content:deploy pt_BR && sudo php bin/magento dev:source-theme:deploy --locale=pt_BR |