Enables the setup and configuration of the Webscale EventStream extension.
To install extension start with the following in magento root directory to add repository:
composer config repositories.webscale-magento-eventstream git https://github.com/webscale-networks/magento-eventstream.gitTo avoid issues with CI/CD and GitHub, add "no-api": true to the repository settings so it looks like this:
"webscale-magento-eventstream": {
"type": "git",
"url": "https://github.com/webscale-networks/magento-eventstream.git",
"no-api": true
}Now require the extension itself:
composer require webscale-networks/magento-eventstreamAfter composer installs the package run next Magento commands:
php bin/magento module:enable Webscale_EventStream
php bin/magento setup:upgrade
bin/magento cache:cleanOnce completed log in to the Magento admin panel and proceed to configuring the extension.
To enter the credentials open a browser and log in to the Magento admin. Next, navigate to:
Stores > Configuration > Webscale > EventStream
Enable the module by switching Enabled to Yes.
You can also select Enable Debug under Developer section - this will result to more detailed server logs: