From ef763ee988f8f7d8f5160c5e4fb09d56db3efdae Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 11 Nov 2021 11:10:43 -0500 Subject: [PATCH] Update to correct MariaDB version --- 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 7536794..6a7a5de 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 --mariadb-version=10.1 --php-version=7.4 --create-docroot +ddev config --docroot=web --project-type=drupal9 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.5 --php-version=7.4 --create-docroot ddev start ddev auth ssh ddev composer install