From 8421f19941abaf05deb521abd695dc9b54d358af Mon Sep 17 00:00:00 2001 From: Ricardo Sanz Date: Tue, 17 May 2022 11:26:38 +0200 Subject: [PATCH] Add command to install from existing site --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d0e2449..96dea36 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,10 @@ setup: docker-compose exec -T php composer install scripts/reload-local.sh --site=${DEFAULT_SITE_ALIAS} +## setup-from-config : Prepares the site and installs it using the Drupal configuration files +.PHONY: setup-from-config +setup-from-config: + docker-compose exec -T php drush si --existing-config -y ## solr-sync : Reload docker Solr cores from local files. .PHONY: solr-sync solr-sync: