search_box

Installation of the App

Method 1: Automatic Installation

  • Go to the Magento root folder. It should look like this – var/www/html/magento2/dev
  • Now run the following command
    • composer config repositories.aliexpress composer https://aliconnecter:fk9gopoEC195-QkKe4W6@repo.cedcommerce.com
    • composer require ced/magentoconnector
  • Once you’ve successfully executed the command, you can view the Magento Connector installed under the vendor folder (ced/Magento connector).

  • Now run the following upgrade command in cmd
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento setup:static-content:deploy -f
    • php bin/magento indexer:reindex
    • php bin/magento cache:flush

Method 2: Manual Installation (will be available in the future)

  • Create a new folder named code (if it does not exists) under the app folder.
  • Extract the MagentoConnector.zip on your system and then Drag and Drop app/code/Ced/ and app/code/Ced/MagentoConnector directory inside the code.

installation

  • Now run the following upgrade command in cmd
    • php bin/magento setup:upgrade
    • php bin/magento setup:di:compile
    • php bin/magento setup:static-content:deploy -f
    • php bin/magento indexer:reindex
    • php bin/magento cache:flush
  • After successfully uploading the directory, the extension will be installed/upgraded.
Yes No Suggest edit
Suggest Edit