From 5b89e1c795cf900c94fba49b9092f21377b788a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 3 Oct 2022 16:18:11 -0400 Subject: [PATCH] Clarify recommended project locations and fix typo --- tools/creating-new-drutopia-site.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index dd7ea8a..262fa6e 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -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 ` and follow its output to get started. Then use `ahoy deploy-site ` 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.