From a185194eebbd4e2d48d272c8fff9849512973bc4 Mon Sep 17 00:00:00 2001 From: Daniel Lamb Date: Fri, 14 Oct 2016 15:31:41 -0300 Subject: [PATCH] Locking down drupal version and pushing it to a variable. --- install/configs/variables | 1 + install/scripts/drupal.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install/configs/variables b/install/configs/variables index f1fb54856..6c8bb57cf 100755 --- a/install/configs/variables +++ b/install/configs/variables @@ -12,5 +12,6 @@ SOLR_VERSION=4.10.3 SOLR_HOME="/var/lib/tomcat7/solr" BLAZEGRAPH_VERSION=2.1.4 DRUPAL_HOME="/var/www/html/drupal" +DRUPAL_VERSION=8.1.8 FITS_VERSION=1.0.2 FITS_WS_VERSION=1.1.3 diff --git a/install/scripts/drupal.sh b/install/scripts/drupal.sh index 8253bba70..92b1d954d 100755 --- a/install/scripts/drupal.sh +++ b/install/scripts/drupal.sh @@ -20,7 +20,7 @@ service apache2 reload cd /var/www/html # Download Drupal -drush dl drupal-8 --drupal-project-rename=drupal +drush dl drupal-"$DRUPAL_VERSION" --drupal-project-rename=drupal # Permissions chown -R www-data:www-data drupal