Skip to content

Commit d2e4538

Browse files
committed
Added DDEV instructions.
1 parent 03d9710 commit d2e4538

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ causes complications with Composer because that branch is actually for Drupal
3636
Once the Composer installation is complete, you can install Drupal as normal,
3737
either with `drush si` or with the web UI.
3838

39+
### Installation on DDEV
40+
41+
First, create the folder for your project and `cd` into it. Then:
42+
43+
```
44+
$ ddev config --project-type=drupal10 --docroot=web --create-docroot
45+
$ ddev start
46+
$ ddev composer create joachim-n/drupal-core-development-project
47+
```
48+
49+
This will give an error message because of Drupal core's 11.x branch. Change the
50+
drupal/core line as above.
51+
3952
## Limitations
4053

4154
Contrib and custom module tests can't be run. For details, see

0 commit comments

Comments
 (0)