Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 790 Bytes

acsf-setup.md

File metadata and controls

12 lines (8 loc) · 790 Bytes

ACSF Setup

To configure a project to run on ACSF, perform the following steps after initially setting up BLT:

  1. Add the following line to project.yml: hosting: "acsf". This ensures that the correct settings files are added to the deployment artifact.
  2. Execute blt acsf:init from the project root.
  3. Ensure that drupal/acsf is a listed dependency in your composer.json file: composer require drupal/acsf:~8
  4. Add the acsf module as a dependency to your installation profile

Factory Hooks and settings.php

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.