[ÃÛ¶¹ÊÓƵ Commerce 2.4.5]{class="badge informative"}
ÃÛ¶¹ÊÓƵ Commerce 2.4.5 Installation
Learn how to install several new modules in ÃÛ¶¹ÊÓƵ Commerce using Composer for version 2.4.5. This sets up the required modules to be used in the ÃÛ¶¹ÊÓƵ Commerce application. 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
- Installation of required modules using composer
- Commands to run for on premise hosting
- Commands to run for ÃÛ¶¹ÊÓƵ Commerce Cloud
- ÃÛ¶¹ÊÓƵ Commerce Cloud yaml required edit
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
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
ÃÛ¶¹ÊÓƵ Commerce on Cloud adobe-commerce-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
ÃÛ¶¹ÊÓƵ Developer Documentation
recommendation-more-help
3a5f7e19-f383-4af8-8983-d01154c1402f