From e060254e3604c35c08207ea2403b6dcdfa041502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 19 Oct 2023 12:37:37 -0400 Subject: [PATCH] Add retain custom htaccess script (called from composer.json) --- tools/creating-new-drutopia-site.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index f8b2575..6324ef0 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -49,7 +49,9 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/main/composer.lock wget https://gitlab.com/drutopia-platform/build_source/-/raw/main/.gitignore mkdir -p scripts wget -O scripts/pull.sh https://gitlab.com/drutopia-platform/build_source/-/raw/main/scripts/pull.sh +wget -O scripts/retain-custom-htaccess.sh https://gitlab.com/drutopia-platform/build_source/-/raw/main/scripts/retain-custom-htaccess.sh chmod +x scripts/pull.sh +chmod +x scripts/retain-custom-htaccess.sh ddev config --docroot=web --project-type=drupal10 --webserver-type=apache-fpm --database=mariadb:10.8 --php-version=8.1 --create-docroot ddev start ddev auth ssh