[Adobe Commerce 2.4.5]{class="badge informative"}

Adobe Commerce 2.4.5 のインストール

Composer for version 2.4.5 を使用してAdobe Commerceに複数の新しいモジュールをインストールする方法を説明します。これにより、Adobe Commerce アプリケーションで使用する必須モジュールが設定されます。 その他のドキュメントの参照先 Adobe CommerceのAdobe I/Oイベントのインストール.

このビデオの目的は誰ですか。

  • I/O イベントを使用したAdobe CommerceおよびAdobe Developer App Builder を初めて使用する開発者

ビデオコンテンツ video-content

  • Composer を使用した必要なモジュールのインストール
  • オンプレミスホスティング用に実行するコマンド
  • Adobe Commerce Cloud用に実行するコマンド
  • Adobe Commerce Cloud yaml required edit

便利なコマンド useful-commands

セルフホスト環境で使用しているかAdobe Commerce Cloudを使用しているかに応じて、わずかに異なる様々なコマンドがあります。

オンプレミスホスティング 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

クラウド上のAdobe Commerce 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

その他の関連チュートリアル

Adobe Developer ドキュメント

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