[Adobe Commerce 2.4.5]{class="badge informative"}
Adobe Commerce 2.4.5 インストール
バージョン 2.4.5のComposerを使用して、Adobe Commerceにいくつかの新しいモジュールをインストールする方法について説明します。これは、Adobe Commerce アプリケーションで使用する必要なモジュールを設定します。 その他のドキュメントについては、Adobe Commerce用Adobe I/O Eventsのインストール を参照してください。
この動画は誰のためのものでしょうか?
- I/O Eventsを使用したAdobe CommerceとAdobe Developer App Builderの初心者の開発
ビデオコンテンツ video-content
- Composerを使用した必要なモジュールのインストール
- オンプレミスホスティング用に実行するコマンド
- Adobe Commerce Cloudのコマンド実行
- Adobe Commerce Cloud yaml必要な編集
便利なコマンド 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 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
その他の関連チュートリアル
3a5f7e19-f383-4af8-8983-d01154c1402f