Skip to content

Commit

Permalink
Merge pull request #80 from ruebot/7.x-2.x
Browse files Browse the repository at this point in the history
Correctly deploy Drupal Solr configuration. Address #79.
  • Loading branch information
daniel-dgi committed Oct 15, 2015
2 parents 8a139c7 + 7bf13e8 commit 57729bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/scripts/drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ drush dl apachesolr
drush en -y apachesolr

# Copy new schema files and restart Tomcat
cp -f "$DRUPAL_HOME/apachesolr/solr-conf/solr-4.x/*" "$SOLR_HOME/collection1/conf/"
cp -a "$DRUPAL_HOME"/sites/all/modules/apachesolr/solr-conf/solr-4.x/. "$SOLR_HOME"/collection1/conf/
service tomcat7 restart

# Islandora modules
Expand Down

0 comments on commit 57729bf

Please sign in to comment.