From 89822149dfdbe2c31e32fbc47fcefcc9dfea3088 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 21 Jul 2020 22:40:58 -0400 Subject: [PATCH] Support absent web folder --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 90520d2..e2c2385 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -47,7 +47,7 @@ Once you have created and are in this directory, whether `agaric/sites` or `drut wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.json wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.lock wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore -ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.3 --xdebug-enabled=true --use-dns-when-possible=false +ddev config --docroot=web --project-type=drupal8 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.3 --xdebug-enabled=true --use-dns-when-possible=false --create-docroot ddev start ddev composer install ```