Magento 2 Setup
You can use 2 ways to setup yappyBuy Buddy assistant:
- Using Composer:
Install the module composer by running
composer require yappybuy/buddy-magento2Enable the module by running
php bin/magento module:enable YappyBuy_BuddyApply database updates by running
php bin/magento setup:upgradeCompile Magento code base by running
php bin/magento setup:di:compileDeploy static content by running
php bin/magento setup:static-content:deployClean the cache by running
php bin/magento cache:cleanSetup Token via Magento Admin panel
- Using FTP:
upload content module archive to magento app folder
run:
Enable the module by running
php bin/magento module:enable YappyBuy_BuddyApply database updates by running
php bin/magento setup:upgradeCompile Magento code base by running
php bin/magento setup:di:compileDeploy static content by running
php bin/magento setup:static-content:deployClean the cache by running
php bin/magento cache:cleanSetup Token via Magento Admin panel
Enable module for your store and set Token you got from yappyBuy Buddy dashboard (see related article how to do that):
Save setting and clear cache.
