- Open command prompt (CLI)
- Navigate to Magento 2 root directory and run the following commands:
Upgrade Magento extension(s)
*nix commandbin/magento setup:upgradeRe-compile Magento files:
*nix commandbin/magento setup:di:compileRe-deploy static content
*nix commandbin/magento setup:static-content:deploy- Clear Magento cache
- Details can be found on Manage the cache Magento DevDocs
Rebuild Magento indexes:
*nix commandbin/magento indexer:reindex
- NOTE: For more details about installing custom modules check http://devdocs.magento.com/guides/v2.0/
- If you face any issues, try running following command: *nix commandrm -rf var/generation/* generated/*
When go though the all steps again
General
Content
Integrations