File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,16 @@ scripts to enhance your Drupal development workflow.
1313### Steps
1414
15151 . Initialize your Drupal project. Project name parameter is optional, but
16- it's advisable to use domain name as your project name as that's used for
17- the subdomain of ddev.site eg if project name is example.com, then localhost
18- URL will become example.com.ddev.site.
16+ it's advisable to use domain name as your project name as that's used for
17+ the subdomain of ddev.site eg if project name is example.com, then localhost
18+ URL will become example.com.ddev.site.
1919
2020 ``` bash
21- ddev config --project-type=drupal --docroot=web --project-name=example.com
21+ ddev config --project-type=drupalN --docroot=web --project-name=example.com
2222 ```
2323
24+ where N is the version of Drupal.
25+
24262 . Install Wunderio DDEV Drupal as a DDEV add-on and restart DDEV:
2527
2628 ``` bash
You can’t perform that action at this time.
0 commit comments