2.Cdon Integration Extension for Magento 2 store- Installation ↑ Back to Top
To install the extension
- Upload and Extract the CDON package and Integrator file inside the <magento-root>/app/code/Ced/ directory and run the below command from the Magento root-
php -dmemory_limit=5G bin/magento setup:upgrade
php -dmemory_limit=5G bin/magento setup:di:compile
php -dmemory_limit=5G bin/magento setup:static-content:deploy -f
php -dmemory_limit=5G bin/magento index:reindex
php -dmemory_limit=5G bin/magento cache:clean
php -dmemory_limit=5G bin/magento cache:flush
×