From c5cefdfd2b80e9a19e9eff26281cd2f48e5f2f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 26 Jun 2020 08:57:07 -0400 Subject: [PATCH] Remove suspect reference to a yaml settings setup (that's still only being discussed i think) and state intentions for the future. --- creating-new-drutopia-site.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index 8c92daf..ddae4b2 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -94,12 +94,14 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN ### Syncing, and setting up configuration -Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in settings.ddev.yml (or settings.php) for it to be stored/retrieved from there: +Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in `settings.php` for it to be stored/retrieved from there: ``` $settings['config_sync_directory'] = '../config/sync'; ``` +(This should be updated to use a distribution-wide settings.php when we have that.) + Once you also have a working Drush installation and a live instance, you can then aquire and export the initial configuration with: ```