-
Notifications
You must be signed in to change notification settings - Fork 394
Fixes #1218: Update acsf-setup.md with subprofile guidance. #1271
Conversation
readme/acsf-setup.md
Outdated
1. Create a custom module in `docroot/modules/custom` that will be used in lieu of a custom profile. | ||
1. Add `acsf` as a dependency for your custom module. | ||
1. If using lightning, create a custom [lightning.extend.yml](https://github.com/acquia/lightning/blob/8.x-1.x/lightning.extend.yml) and add it to `sites/default` | ||
1. Create a custom subprofile as described [here](https://docs.acquia.com/lightning/subprofile). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to cover both Lightning and non-Lightning use cases. For Lightning, use a sub profile. Otherwise create a new custom profile, which can easily be done with Drupal console.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack
readme/acsf-setup.md
Outdated
1. If using lightning, create a custom [lightning.extend.yml](https://github.com/acquia/lightning/blob/8.x-1.x/lightning.extend.yml) and add it to `sites/default` | ||
1. Create a custom subprofile as described [here](https://docs.acquia.com/lightning/subprofile). | ||
1. Add `acsf` as a dependency for your custom subprofile. | ||
1. Edit `blt/project.yml` to use the custom profile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's specify which key needs to be changed by showing an example snippet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack
readme/acsf-setup.md
Outdated
1. When creating a new site, select "Lightning" as the profile. | ||
1. When creating a new site, select your custom subprofile as the profile. | ||
|
||
**Note:** Code can be deployed via cloud hooks and the above process will not work for updating existing ACSF sites using lightning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this note.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was trying to capture @lcatlett's comment. I guess I phrased it poorly. Not sure how you'd like to include that information
11adc62
to
91c9aaf
Compare
No description provided.