blt
13.7.4
Acquia는 2024년 7월 1일부터 BLT 서비스 종료를 발표했습니다. 자세한 내용은 #4736을 참조하세요.
BLT(Build and Launch Tool)는 Drupal 8 및 9 애플리케이션을 테스트, 구축 및 실행하기 위한 자동화 계층을 제공합니다.
자세히 알아보고 시작하려면 설명서(https://docs.acquia.com/blt)를 참조하세요.
BLT용 Acquia 및 커뮤니티 제공 플러그인을 검토하려면 플러그인 레지스트리를 참조하세요.
BLT 버전 | 지원되나요? | 주요 드루팔 버전 | PHP 버전 | 드러시 버전 |
---|---|---|---|---|
13.x | 예 | 9.x, 10.x | 8.0, 8.1, 8.2 * | 11.x, 12.x * |
12.x | 아니요 | 9.x | 7.4 | 10.x |
11.x | 아니요 | 8.x | 7.4 | 9.x, 10.x |
* BLT 사용자는 PHP 8.1로 업그레이드하려면 BLT 13.5.x 이상으로 업그레이드해야 합니다. 및 Drush 11.0.7(또는 그 이상).
PHP 8.2, Drush 12 및 Drupal 10 지원이 불안정합니다.
composer update acquia/blt -W
/docroot/sites/<site-name>/settings.php
에 있는 settings.php 파일에서 BLT 참조를 제거합니다. - require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
- /**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
+ require DRUPAL_ROOT . "/../vendor/acquia/drupal-recommended-settings/settings/acquia-recommended.settings.php";
+ /**
+ * IMPORTANT.
+ *
+ * Do not include additional settings here. Instead, add them to settings
+ * included by `acquia-recommended.settings.php`. See Acquia's documentation for more detail.
+ *
+ * @link https://docs.acquia.com/
+ */
default.local.settings.php
및 local.settings.php
업데이트하세요. - use AcquiaBltRoboCommonEnvironmentDetector;
+ use AcquiaDrupalRecommendedSettingsHelpersEnvironmentDetector;
./vendor/bin/blt blt:migrate
저작권 (C) 2020 Acquia, Inc.
이 프로그램은 무료 소프트웨어입니다. 자유 소프트웨어 재단(Free Software Foundation)에서 발행한 GNU General Public License 버전 2의 조건에 따라 재배포 및/또는 수정할 수 있습니다.
이 프로그램은 유용할 것이라는 희망으로 배포되지만 어떠한 보증도 제공하지 않습니다. 상품성이나 특정 목적에의 적합성에 대한 묵시적인 보증도 없이 말입니다. 자세한 내용은 GNU 일반 공중 사용 허가서를 참조하세요.