[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 이벤트 설치에서 추가 설명서를 찾았습니다.
이 비디오는 누구의 것입니까?
- I/O 이벤트를 사용한 Adobe Commerce 및 Adobe Developer App Builder을 처음 사용하는 개발자
비디오 콘텐츠 video-content
- 작성기를 사용한 필수 모듈 설치
- 온-프레미스 호스팅에 대해 실행할 명령
- Adobe Commerce Cloud에 대해 실행할 명령
- Adobe Commerce Cloud yaml 필수 편집
유용한 명령 useful-commands
자체 호스팅 환경을 사용하는지 또는 Adobe Commerce Cloud을 사용하는지에 따라 약간 다른 다양한 명령이 있습니다.
On Premise 호스팅 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
추가 관련 자습서
3a5f7e19-f383-4af8-8983-d01154c1402f