From: Silvio Rhatto Date: Sat, 28 Oct 2017 12:09:14 +0000 (-0200) Subject: Drupal 8: Makefile: site_install target X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3566ebf9440c7df15c8b965dab027a6b98df6c74;p=templater.git Drupal 8: Makefile: site_install target --- diff --git a/share/drupal8/Makefile b/share/drupal8/Makefile index ae9be20..c535eb3 100644 --- a/share/drupal8/Makefile +++ b/share/drupal8/Makefile @@ -91,6 +91,10 @@ ownership: drush: sudo drush make -n --no-core drupal.make.yml $(DRUPAL) +# Run drush site-install +site_install: + $(DRUSH) site-install + # Update the database updatedb: $(DRUSH) updatedb -y