jhu-idc / idc-isle-dc

Islandora Digital Collections (IDC) development environment
MIT License
2 stars 6 forks source link

solrconfig_extra.xml for moving into solr container during deploy #329

Closed wgilling closed 1 year ago

wgilling commented 2 years ago

contains the configuration file for copying over the overwriting the solrconfig_extras.xml file in the solr container.

this can be done after the codebase has been checked out and the data mount exists:

sudo cp $PROJECT_PATH_SERVER/assets/overrides/solr/* $DATA_MOUNT/solr-data/ISLANDORA/conf

DonRichards commented 2 years ago

Ticket: https://jhulibraries.atlassian.net/browse/ISL-144

DonRichards commented 2 years ago

Needed to rebase and the original branch was deleted so I copied this into a new PR and merged it.

ghost commented 1 year ago
👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to start — see the whole change at a glance - Take a code tour — explore the change with an interactive tour - Make comments and review — all fully sync’ed with github [Try it now!](https://app.codesee.io/r/reviews?pr=329&src=https%3A%2F%2Fgithub.com%2Fjhu-idc%2Fidc-isle-dc)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

DonRichards commented 1 year ago

I've recently come to realize that the CICD workflow would find this challenging. The reason this shows up as empty is that it was merged in with another PR.

Personal Note: docker-compose exec drupal with-contenv bash -lc 'cp /var/www/drupal/assets/solr/solrconfig_extra.xml /opt/solr/server/solr/ISLANDORA/conf/solrconfig_extra.xml'