documentation/tools/ddev-local-development-environment.md

30 lines
533 B
Markdown
Raw Normal View History

# Local development environments with ddev
We are broadly moving to [ddev](https://ddev.readthedocs.io/en/stable/) from Vagrant.
## Installing ddev
First, install [Homebrew](https://brew.sh/).
Then:
```
brew tap drud/ddev && brew install ddev
```
## Updating ddev
```
ddev poweroff && brew upgrade ddev
```
Don't forget the poweroff part or it breaks SSH until you run it.
## Using ddev
2020-08-15 05:00:46 +00:00
See [creating new Drutopia sites](creating-new-drutopia-site) for per-site ddev configuration.
2021-12-10 00:48:26 +00:00
## See also
* [Git setup](git-setup)