Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


white
Excerpt

Upgrade Magento extension(s)

Panel
bgColorblack
titleBGColor
languagepowershell
themeMidnight
title*nix command
bin/magento setup:upgrade


Re-compile Magento

files

:

Panel
bgColorblacktitleBGColorwhite
languagepowershell
themeMidnight
title*nix command
bin/magento setup:di:compile


Rebuild Magento Indexes:

Panel
languagepowershell
themeMidnight
title*nix command

bin/magento

setup

indexer:

di:compile

reindex


Re-deploy static content

Panel
bgColorblacktitleBGColorwhite
languagebash
themeMidnight
title*nix command

rm -rf pub/static/frontend/ pub/static/deployed_version.txt  pub/static/adminhtml/

bin/magento setup:static-content:

deploy 

deploy -f


Clear Magento cache

  1. Details can be found on Manage the cache Magento DevDocs

Rebuild Magento indexes:

PanelbgColorblacktitleBGColorwhite

Panel
languagebash
themeMidnight
title*nix command

bin/magento cache:clean


Disable maintenance mode

Panel
languagebash
themeMidnight
title*nix command

bin/magento

indexer:reindexNOTE: For more details about installing custom modules check http://devdocs.magento.com/guides/v2.0/

maintenance:disable


If you face any issues, try running following command: 

Panel
bgColorblacktitleBGColorwhite
languagebash
themeMidnight
title*nix command
rm -rf var/generation/* generated/*

When go though the all steps again