The following checklist lists the tasks for using the install
strategy:
Setting up the install strategy¶
To set up the install
strategy:
- Add the
ACQUIA_TASKS_SETUP_DRUPAL_STRATEGY
environment variable in Code Studio. - Set the value of the environment variable to
install
.
Selecting a profile¶
The Code Studio pipeline creates a site with a new database based on the selected Drupal profile. If you do not select any profile, Code Studio uses the minimal
profile by default.
To change the profile:
- Add the
ACQUIA_TASKS_SETUP_DRUPAL_PROFILE
environment variable in Code Studio. - Set the value of the environment variable to the machine name of your preferred profile.
Importing database configuration¶
After the database is created, Code Studio imports your database configuration depending on the value you set for the ACQUIA_TASKS_SETUP_DRUPAL_CONFIG_IMPORT
environment variable.
To import the database configuration:
- Add the
ACQUIA_TASKS_SETUP_DRUPAL_CONFIG_IMPORT
environment variable in Code Studio. - Set the value of the environment variable to true.