Adobe Commerce 2.4.6

Adobe Commerce 2.4.6 Installation

Last update: 2023-06-28
  • Created for:
  • Beginner
    Intermediate
    Developer

Learn how to install several new modules in Adobe Commerce using Composer for version 2.4.6. Additional documentation found at Install Adobe I/O Events for Adobe Commerce.

Who is this video for?

  • Developers new to Adobe Commerce and Adobe Developer App Builder using I/O Events.

Video content

  • Commands to run for on premise hosting
  • Commands to run for Adobe Commerce Cloud
  • Adobe Commerce Cloud yaml required edit

Useful commands

There are various commands that slightly differ, depending if you are on a self-hosted environment or using Adobe Commerce Cloud.

On Premise hosting

bin/magento events:generate:module

bin/magento module:enable --all

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

Adobe Commerce on Cloud

composer info magento/ece-tools

Commerce Cloud .magento.env.yaml:

stage:
  global:
    ENABLE_EVENTING: true

Adobe Developer Documentation

On this page