Month: September 2017
-
Correct File Permissions for Magento 1.9x
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; find ./var -type d -exec chmod 777 {} \; find ./media -type d -exec chmod 777 {} \; chmod 777 ./app/etc chmod 644 ./app/etc/*.xml
-
How to view current deployment mode Magento2 and change it
php bin/magento deploy:mode:show php bin/magento deploy:mode:set production php bin/magento deploy:mode:set developer
-
How to Update Magento 2.1x to latest version via SSH
-
Updating Magento 1 via SSH
cd ~/public chmod 750 mage ./mage mage-setup . ./mage config-set preferred_state stable ./mage sync ./mage install https://connect20.magentocommerce.com/community Mage_All_Latest –force php shell/indexer.php reindexall rm -rf downloader/.cache/ var/cache/