Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Open command prompt (CLI)
  2. Navigate to Magento 2 root directory and run the following commands:
    1. Upgrade Magento extension(s)

      *nix command
      bin/magento setup:upgrade
    2. Re-compile Magento files:

      *nix command
      bin/magento setup:di:compile
    3. Re-deploy static content

      *nix command
      bin/magento setup:static-content:deploy 
    4. Clear Magento cache
      1. Details can be found on Manage the cache Magento DevDocs
    5. Rebuild Magento indexes:

      *nix command
      bin/magento indexer:reindex
  3. NOTE: For more details about installing custom modules check http://devdocs.magento.com/guides/v2.0/

  4. If you face any issues, try running following command: 
    *nix command
    rm -rf var/generation/* generated/*

    When go though the all steps again

  • No labels