Hello all
I have been working on Magento2 from quiet a while and getting my hands on its development & deployment. I know it always happens when you develop or customise something and keep on refreshing the page, but you does not get the desired results.
Therefore I have created a quick checklist to make sure all boxes are ticked before you go live. I have also included the commands so that its handy to run them in order
Production mode is enabled
php bin/magento deploy:mode:set production
Cache is first flushed and then enabled
php bin/magento cache:clean
php bin/magento cache:enable
Static contents have been deployed
php bin/magento setup:static-content:deploy
var folder persmissions
chmod -R 777 var
pub folder persmissions
chmod -R 777 pub
Static contents have been deployed
php bin/magento setup:static-content:deploy
Catalog has been reindexed
php bin/magento indexer:reindex
Advertisements