From ead4c24169017b2847549d5486f64b431d09f91f Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 10 Nov 2021 18:55:00 -0500 Subject: [PATCH] Add pull script from drutopia build source --- tools/creating-new-drutopia-site.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index fa171fb..9685d99 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -48,6 +48,9 @@ wget https://gitlab.com/drutopia-platform/build_source/-/raw/master/composer.jso 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 --composer-version=2 --webserver-type=apache-fpm --mariadb-version=10.1 --php-version=7.4 --create-docroot +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 start ddev auth ssh ddev composer install