Adobe Commerce 액세스 키
Upgrade Compatibility Tool을(를) 다운로드하여 사용하려면 Adobe Commerce 액세스 키가 있어야 합니다. 기본적으로 ~/.composer
에 있는 auth.json
파일에 Adobe Commerce 액세스 키를 추가하십시오.
auth.json
파일의 위치를 확인하십시오.공개 키 은(는) 사용자 이름 에 해당하는 반면 개인 키 은(는) 암호 입니다.
Adobe Commerce 액세스 키의 예
"http-basic": {
"repo.magento.com": {
"username": "YOUR_MAGENTO_PUBLIC_KEY",
"password": "YOUR_MAGENTO_PRIVATE_KEY"
}
},
composer create-project
명령이 실패합니다.터미널에서 composer install
을(를) 실행하여 종속성을 설치하십시오.
시스템 요구 사항
명령줄 인터페이스에서 Upgrade Compatibility Tool을(를) 사용하기 위한 최소 요구 사항은 다음과 같습니다.
Upgrade Compatibility Tool을(를) 실행하려면 PCNTL 및 기타 PHP 확장이 필요합니다. composer check-platform-reqs
명령을 사용하여 필요한 PHP 확장을 확인합니다.
# Example output of `composer check-platform-reqs` command for UCT 2.2.6 and PHP 7.4:
$ composer check-platform-reqs
Checking platform requirements for packages in the vendor dir
ext-ctype * success provided by symfony/polyfill-ctype
ext-dom 20031129 success
ext-filter 7.4.30 success
ext-json 7.4.30 success
ext-libxml 7.4.30 success
ext-mbstring * success provided by symfony/polyfill-mbstring
ext-openssl 7.4.30 success
ext-pcntl 7.4.30 success
ext-pcre 7.4.30 success
ext-phar 7.4.30 success
ext-simplexml 7.4.30 success
ext-tokenizer 7.4.30 success
ext-xml 7.4.30 success
ext-xmlwriter 7.4.30 success
ext-zip 1.15.6 success
php 7.4.30 success
Adobe Commerce은 Linux 운영 체제에서만 지원됩니다. Linux OS에서 Upgrade Compatibility Tool을(를) 실행할 수 있습니다. Adobe Commerce 인스턴스가 있는 Upgrade Compatibility Tool을(를) 실행하지 않아도 됩니다.
Upgrade Compatibility Tool이(가) Adobe Commerce 인스턴스의 소스 코드에 액세스해야 합니다. 예를 들어 한 서버에 설치하고 다른 서버의 Adobe Commerce 설치를 가리킬 수 있습니다.
큰 모듈과 파일이 있는 Adobe Commerce 인스턴스에 대해 Upgrade Compatibility Tool을(를) 실행하는 경우 도구에는 많은 양의 RAM(최소 2GB)이 필요할 수 있습니다.
Site-Wide Analysis Tool에서 클라우드 인프라의 Adobe Commerce 프로젝트에 대해 Upgrade Compatibility Tool을(를) 실행합니다.