Add some ddev links

This commit is contained in:
Chris Thompson 2020-06-23 12:44:26 -04:00
parent a49978a373
commit ea98f73d96

View file

@ -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