Skip to content

Commit

Permalink
Add command to install from existing site
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanzante committed May 17, 2022
1 parent c903de0 commit 8421f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8421f19

Please sign in to comment.