ÃÛ¶¹ÊÓƵ

[ÃÛ¶¹ÊÓƵ Commerce 2.4.6]{class="badge informative"}

ÃÛ¶¹ÊÓƵ Commerce 2.4.6 Installation

Learn how to install several new modules in ÃÛ¶¹ÊÓƵ Commerce using Composer for version 2.4.6. Additional documentation found at .

Who is this video for?

  • Developers new to ÃÛ¶¹ÊÓƵ Commerce and ÃÛ¶¹ÊÓƵ Developer App Builder using I/O Events.

Video content video-content

  • Commands to run for on premise hosting
  • Commands to run for ÃÛ¶¹ÊÓƵ Commerce Cloud
  • ÃÛ¶¹ÊÓƵ Commerce Cloud yaml required edit

Transcript
In this video, we’ll be walking through the setup instructions for commerce instances running version 2.4.6, so you’re prepared to start configuring and using ÃÛ¶¹ÊÓƵ IO events for ÃÛ¶¹ÊÓƵ Commerce. Three modules enable the integration between your commerce instance and IO events, and these modules are bundled with ÃÛ¶¹ÊÓƵ Commerce version 2.4.6. For an on-premise 2.4.6 installation, you can begin by running the events generate module command. This will generate the ÃÛ¶¹ÊÓƵ Commerce events module, which contains plugins for publishing and processing any events you register.
Next, the module enable command should be run to enable the generated module.
Finally, run the setup upgrade and setup di compile commands to upgrade and compile your instance. For ÃÛ¶¹ÊÓƵ Commerce 2.4.6 on cloud infrastructure, you’ll need to make sure the version of ECE tools being used is at least 2002.1.13. Run composerinfo magento ece tools to verify this.
Once you’ve checked your ECE tools version and updated the version if necessary, in the magentoenv.yaml file in the stage section under global, you’ll need to make sure you’ve enabled eventing by adding the enable eventing variable and setting it to true. Then, make sure you commit and push any changes to your cloud environment.

Useful commands useful-commands

There are various commands that slightly differ, depending if you are on a self-hosted environment or using ÃÛ¶¹ÊÓƵ Commerce Cloud.

On Premise hosting on-premise

bin/magento events:generate:module

bin/magento module:enable --all

bin/magento setup:upgrade && bin/magento setup:di:compile

ÃÛ¶¹ÊÓƵ Commerce on Cloud adobe-commerce-cloud

composer info magento/ece-tools

Commerce Cloud .magento.env.yaml:

stage:
  global:
    ENABLE_EVENTING: true

ÃÛ¶¹ÊÓƵ Developer Documentation

recommendation-more-help
3a5f7e19-f383-4af8-8983-d01154c1402f