ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
161 stars 162 forks source link

Incorrect instruction for adding solr on TYPO3 #113

Open rintisch opened 3 years ago

rintisch commented 3 years ago

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?

rfay commented 3 years ago

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 commented 3 years ago

Still awaiting your PR, thanks @rintisch