Add some ddev links
This commit is contained in:
parent
a49978a373
commit
ea98f73d96
1 changed files with 2 additions and 1 deletions
|
@ -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 )
|
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.
|
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
|
## Overall setup
|
||||||
|
|
||||||
|
@ -48,7 +49,7 @@ ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --m
|
||||||
```
|
```
|
||||||
|
|
||||||
```note
|
```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
|
## Acquiring a database and configuration for the live instance
|
||||||
|
|
Loading…
Reference in a new issue