Clarify recommended project locations and fix typo

This commit is contained in:
benjamin melançon 2022-10-03 16:18:11 -04:00
parent 9274fff813
commit 5b89e1c795

View file

@ -9,7 +9,7 @@ Following this guide requires a working [DDEV](https://ddev.readthedocs.io/en/la
## Overall setup
Strongly recommended to set up locally like this:
In line as much as possible with [recommended locations](recommended-local-project-locations), the local setup can be done like this:
```
mkdir -p ~/Projects/drutopia-platform
@ -68,7 +68,7 @@ If you are creating a specialized build of Drutopia, you will have to add that t
```{note}
New builds should be added **only** as absolutely required. Configuration, and themes should be leveraged as much as possible prior to resorting to a new build. If additional modules are required, consider adding them to `build_source`, knowing they will be available for *all* Drutopia SaaS sites.
```:
```
Create a new site (member entry) per instructions in Drutopia hosting. The simplest method is to use `ahoy new-site <member-slug>` and follow its output to get started. Then use `ahoy deploy-site <member-instance>` to deploy one. Because the install using `drush site-install` that would be run when `drupal_install: true` is set in the site settings in Drutopia hosting, it is currently recommended to set this to false and use the UI installer or run `php docroot/core/scripts/drupal quick-start drutopia --no-interaction` when ssh'd into the server.