Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 0a7a3f3

Browse files
committed
Cleaning up ACSF documentation. (#29)
1 parent 28d4db0 commit 0a7a3f3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

template/readme/acsf-setup.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

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

5-
1. Add a `hosting` variable set to `acsf` in `project.yml`
5+
1. Add the following line to project.yml: `hosting: "acsf"`. This ensures that the correct settings files are added to the deployment artifact.
66
1. Execute `./bolt.sh acsf:init` from the project root.
7-
1. Add the acsf module as a dependency to your installation profile.
7+
1. Ensure that `drupal/acsf` is a listed dependency in your composer.json file: `composer require drupal/acsf:~8`
8+
1. Add the acsf module as a dependency to your installation profile
89

910
## Factory Hooks and settings.php
1011

11-
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.
12-
13-
Please see the documentation below for reference.
14-
15-
[https://docs.acquia.com/site-factory/tiers/paas/workflow/hooks](https://docs.acquia.com/site-factory/tiers/paas/workflow/hooks)
12+
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](https://docs.acquia.com/site-factory/tiers/paas/workflow/hooks) for reference.

0 commit comments

Comments
 (0)