ddev-contrib icon indicating copy to clipboard operation
ddev-contrib copied to clipboard

Incorrect instruction for adding solr on TYPO3

Open rintisch opened this issue 4 years ago • 2 comments

The information how to add a solr container for local ddev are not correct any longer.

It's not necessary to copy the solr configuration as described in step 5. And so it's also not necessary to add those files via volume. On the opposite, this results in buggy behaviour (stop word list and synonyms are not working as expected).

(

    volumes:
      - "./solr:/opt/solr/server/solr" # <-- THIS S NOT NEEDED ANY LONGER

The full discussion can be seen in this slack thread.

Shall I create a PR?

rintisch avatar Jan 25 '21 17:01 rintisch

A PR would be wonderful. But please manually test from beginning to end.

And please look at https://github.com/drud/ddev-contrib/pull/67 and see if it gets solved by what you're doing.

rfay avatar Jan 25 '21 17:01 rfay

Still awaiting your PR, thanks @rintisch

rfay avatar Jun 04 '21 20:06 rfay