localgovdrupal / localgov_project

Project template for Drupal 10 sites built with the LocalGov Drupal distribution.
https://localgovdrupal.org
GNU General Public License v2.0
11 stars 9 forks source link

Solr config in Lando setup #86

Closed finnlewis closed 2 years ago

finnlewis commented 2 years ago

@ekes has made a start on this.

See https://github.com/localgovdrupal/localgov_project/compare/2.x...feature/2.x/24-wf-solr-search

Currently default solr config, not specific to LocalGov yet!

finnlewis commented 2 years ago

We've got an old pull request here:

https://github.com/localgovdrupal/localgov_project/pull/87

@stephen-cox We now want to create a lando script that will make use of the new drush command provided by search_api_solr to grab the correct config and pop it in the right place. Something like:

drush get-server-config

This then needs a lando rebuild to kick the server into shape.

This should be able to be a single command to add to the lando tooling commands.

Then document it.

So :