Versions Compared

Key

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

...

  1. Remove code

    Code Block
    rm -rf app/code/Magestore pub/apps

  2. Remove 3rd module dependencies
    ⚠ If you have any modules that depend on the Magestore modules, you need to disable or remove them in this step too.

  3. Run compilation

    Code Block
    php bin/magento setup:di:compile

  4. Turn on production

    Code Block
    php bin/magento deploy:mode:set production

  5. Turn on cron

    Code Block
    php bin/magento cron:install

...