-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
The Solr URL configuration is not being set.
It appears to be because the lines that do this are skipped when you're not using Islandora Defaults.
As far as I can tell, the call stack is:
make starter_dev
(or starter
) calls (make
) hydrate
make hydrate
calls (make
) update-config-from-environment
make update-config-from-environment
calls configure_islandora_default_module
which is a function available in the Drupal container, presumably copied from isle-buildkit/drupal/rootfs/etc/islandora/utilities.sh
isle-buildkit/drupal/rootfs/etc/islandora/utilities.sh
's configure_islandora_default_module
does the Solr URL config.
Is the solution as simple as moving those lines to the function below, configure_search_api_solr_module
?
Metadata
Metadata
Assignees
Labels
No labels