Add ddev setup (really copied from ddev docs but apparently i need the reiteration)
This commit is contained in:
parent
73fdb659e7
commit
c355b5ed5c
1 changed files with 25 additions and 0 deletions
25
tools/ddev-local-development-environment.md
Normal file
25
tools/ddev-local-development-environment.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
|
||||
See [creating new Drutopia sites](tools/creating-new-drutopia-site) for per-site ddev configuration.
|
Loading…
Reference in a new issue