From ea98f73d9620cbe87e57e0c6f9bcb1386865f71a Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 23 Jun 2020 12:44:26 -0400 Subject: [PATCH] Add some ddev links --- creating-new-drutopia-site.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index e8546ef..96b6231 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -5,6 +5,7 @@ Agaric manages a large number of Drupal, primarily [Drutopia](https://drutopia.o Please see [the Drutopia Platform README for an overview of hosting and deploying Drutopia sites](https://gitlab.com/drutopia-platform/drutopia_host#introduction ) If you won't be deploying, skip overall setup. +Following this guide requires a working [DDEV](https://ddev.readthedocs.io/en/latest/) installation. ## Overall setup @@ -48,7 +49,7 @@ ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --m ``` ```note -Webserver, PHP, and MySQL versions and types are selected here to match those used on Elizabeth and should be adjusted to match your live environment, including double-checking that they are still valid for `elizabeth.mayfirst.org`. Please update this documentation if it changes! The last two options (enabling Xdebug by default and not using DNS for your local site) are optional at the developer's preference. +Webserver, PHP, and MySQL versions and types are selected here to match those used on Elizabeth and should be adjusted to match your live environment, including double-checking that they are still valid for `elizabeth.mayfirst.org`. Please update this documentation if it changes! The last two options (enabling Xdebug by default and not using DNS for your local site) are optional at the developer's preference. Additional ddev options can be found at https://ddev.readthedocs.io/en/latest/users/cli-usage/ ``` ## Acquiring a database and configuration for the live instance