-
Notifications
You must be signed in to change notification settings - Fork 82
Clustering with DDEV: use ddev/ddev-solr #2960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.0
Are you sure you want to change the base?
Conversation
Preview of modified filesPreview of modified Markdown: |
docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md
Outdated
Show resolved
Hide resolved
mnocon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've added an optional suggestion, but it's good to be merged already
| You can access the Solr admin UI from the host by running `ddev solr-admin` command | ||
| or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL), | ||
| and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above). | ||
|
|
||
| For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You can access the Solr admin UI from the host by running `ddev solr-admin` command | |
| or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL), | |
| and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above). | |
| For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr). | |
| You can access the Solr admin UI from the host by: | |
| -running `ddev solr-admin` command | |
| - accessing port 8983 on the same `.ddev.site` subdomain as the front. Use `ddev describe` to get this URL) | |
| Use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above). | |
| For more information on topics such as avaialble versions of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr). |
I think it's more readable as a list - and can be splitted into multiple sentences
Site note: I'm not sure what front means in this context
bitnami/solr image isn’t free anymore so our ibexa/ddev-solr based on it doesn’t work anymore.
Update "Clustering with DDEV" and move to ddev/ddev-solr.
Preview of Clustering with DDEV: Solr
Pros:
Cons:
Checklist