Clarify recommended project locations and fix typo
This commit is contained in:
parent
9274fff813
commit
5b89e1c795
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Following this guide requires a working [DDEV](https://ddev.readthedocs.io/en/la
|
||||||
|
|
||||||
## Overall setup
|
## 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
|
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}
|
```{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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue