DocumentationCommerceVideos and Tutorials

Adobe Commerce 2.4.5

Adobe Commerce 2.4.5 Installation

Last update: June 28, 2023
  • Topics:
  • App Builder
  • Eventing

CREATED FOR:

  • Beginner
  • Intermediate
  • Developer

Learn how to install several new modules in Adobe Commerce using Composer for version 2.4.5. This sets up the required modules to be used in the Adobe Commerce application. 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

  • Installation of required modules using composer
  • Commands to run for on premise hosting
  • Commands to run for Adobe Commerce Cloud
  • Adobe Commerce Cloud yaml required edit

https://video.tv.adobe.com/v/3415794?quality=12&learn=on

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

composer require magento/commerce-eventing=^1.0 --no-update

composer update

bin/magento events:generate:module

bin/magento module:enable --all

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

Adobe Commerce on Cloud

composer require magento/commerce-eventing=^1.0 --no-update

composer update

composer info magento/ece-tools

Commerce Cloud .magento.env.yaml:

stage:
  global:
    ENABLE_EVENTING: true

Additional related tutorials

  • Getting started IO Events
  • Adobe Commerce 2.4.5 Installation
  • Adobe Commerce 2.4.6 Installation
  • Create an App Builder project
  • Adobe Commerce configuration
  • Adobe Commerce module development
  • Adobe Commerce conditional events

Adobe Developer Documentation

  • Adobe I/O Events for Adobe Commerce Overview
recommendation-more-help
3a5f7e19-f383-4af8-8983-d01154c1402f