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.