Skip to content

Solr does not work on starter or starter_dev #305

@rosiel

Description

@rosiel

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?

@seth-shaw-asu @adam-vessey

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions