• To ensure that the installation can properly process, you should take these following preparation steps carefully.
    • We strongly recommend you to duplicate your live store on a development store and try your installation on it in advance.
    • Backup Magento files and the store database.
    • Disable compilation mode in System > Tools > Compilation.
    • Enable all caches in your Magento, after the installation you should disable or clear the caches
    • Log out from Magento admin panel and log in again to refresh your control panel.
  • Prepare to install the quickstart package
    Before installing our quickstart package, you need to read the important information below carefully:
    • Your server needs installing Composer.
    • You need access ssh in the server via the Putty and enter the commands:
      1. composer require magento/product-community-edition [Magento version compatible] --no-update
        Note: To more information about the product compatible with Magento version, you go to Help -> Changelog -> Compatible with.
        Example:
        With Magento 2 Prinmart solution:
      2. composer update