To configure a project to run on ACSF, perform the following steps after initially setting up BLT:
- Add the following line to project.yml:
hosting: "acsf"
. This ensures that the correct settings files are added to the deployment artifact. - Execute
blt acsf:init
from the project root. - Ensure that
drupal/acsf
is a listed dependency in your composer.json file:composer require drupal/acsf:~8
- Add the acsf module as a dependency to your installation profile
Acquia Cloud Site Factory does not allow changes to settings.php
. In order to make additions normally done with settings.php
, factory hooks are used. Please see the documentation for reference.