aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 10:09:14 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 10:09:14 -0200
commit3566ebf9440c7df15c8b965dab027a6b98df6c74 (patch)
tree56b35e47275d2c6058a575308e334a20b1384c79
parent0111b976856b382778d7c6b89c8aaad6ec3a56a5 (diff)
downloadtemplater-3566ebf9440c7df15c8b965dab027a6b98df6c74.tar.gz
templater-3566ebf9440c7df15c8b965dab027a6b98df6c74.tar.bz2
Drupal 8: Makefile: site_install target
-rw-r--r--share/drupal8/Makefile4
1 files changed, 4 insertions, 0 deletions
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