Installation via FTP - botgento/magento2-facebook-messenger-chatbot GitHub Wiki
Download the latest extension archive which entitled with Botgento_Base_x.x.x.zip from the release tab and follows below steps. Its recommend to checking Prerequisites before installing.
1. Extract downloaded package
- Extract the downloaded extension archive into your local system.
2. Connect FTP and upload extension files.
- Connect your Magento store FTP using any FTP client application.
- After connecting, switch your current directory to Magento root folder.
- Create new folders Botgento/Base inside your MAGENTO_ROOT/app/code directory and upload the local extracted files/folders to into that directory.
3. Activate plugin
- Execute following commands in Magento root directory:
php bin/magento setup:di:compile
php bin/magento module:enable Botgento_Base
php bin/magento setup:upgrade
php bin/magento cache:clean
- Deploy static content using below command:
php bin/magento setup:static-content:deploy
4. Verify installation
- You can find the Botgento extension settings under Store >> Configuration >> Botgento >> Botgento
- You need to re-login to Admin panel in case if you unable to access or 404 page appears on setting page.