Skip to content

Commit

Permalink
Locking down drupal version and pushing it to a variable. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored and DiegoPino committed Oct 19, 2016
1 parent fffb6b2 commit d16074a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install/configs/variables
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion install/scripts/drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d16074a

Please sign in to comment.