
#Magento 2 devdocs deployment install
On successful execution of the command you will be able to use the composer to install the extensions.Ģ. If you need to install a specific version, run this command: composer require aheadworks/module-blog: Run the following command to install the latest version of the extension: composer require aheadworks/module-blog Login to your ssh console and navigate to your store folder: cd path_to_the_store_root_folderģ.

Run the following command to install Blog GraphQl: composer require aheadworks/module-blog-graph-ql When prompted, enter Public Key (Username) and Private Key (Password):īoth Public Key (Username) and Private Key (Password) can be found in My Projects and Licenses in your personal account on our site: Specify the desirable extension version in. Run the following command to install Blog Search: composer require aheadworks/module-blog-searchĤ. Recompile your Magento store if you are in the Production mode: bin/magento setup:di:compile Next, register the extension: bin/magento setup:upgrade Php -f bin/magento module:enable Aheadworks_BlogSearch Php -f bin/magento module:enable Aheadworks_BlogGraphQl Enable the extension: php -f bin/magento module:enable Aheadworks_Blog MAGENTO2 DEVDOCS BLUEFOOT INSTALL To verify that the extension is enabled, run this command: bin/magento module:statusĬlean store cache, by running the following command: bin/magento cache:cleanĭownload the updated extension file. Take note of the module-name and version.
