From 489ebb24fa7d6c806ea0766c5820474e850963ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 30 May 2022 12:21:41 -0400 Subject: [PATCH] Fix typo in new DDEV database definition --- 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 4a9fc64..77b1bb7 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -50,7 +50,7 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/.gitignore mkdir -p scripts wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/master/scripts/pull.sh chmod +x scripts/pull.sh -ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --database:mariadb:10.5 --php-version=7.4 --create-docroot +ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --database=mariadb:10.5 --php-version=7.4 --create-docroot ddev start ddev auth ssh ddev composer install