Skip to content

Commit 8a41053

Browse files
authored
Update docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md
1 parent b717af5 commit 8a41053

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/infrastructure_and_maintenance/clustering/clustering_with_ddev.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ For example, the `ddev exec curl -s http://solr:SolrRocks@solr:8983/api/cores/`
9898
- checks whether `collection1` exists and its status
9999
- displays `collection1`'s `numDocs` that shouldn't be zero if indexing worked correctly
100100

101-
You can access the Solr admin UI from the host by running `ddev solr-admin` command
102-
or by using port 8983 on the same `.ddev.site` subdomain than the front (use `ddev describe` to get that URL),
103-
and use the credentials username `solr` and password `SolrRocks` (as in the Solr V2 API call example above).
101+
You can access the Solr admin UI from the host by:
104102

105-
For more information on topics such as version of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).
103+
- running `ddev solr-admin` command
104+
- accessing port 8983 on the same `.ddev.site` subdomain than the web server (or use `ddev describe` to get this URL).
105+
106+
Use the credentials username `solr` and password `SolrRocks`.
107+
108+
For more information on topics such as available versions of Solr, see [ddev/ddev-solr README](https://github.com/ddev/ddev-solr).
106109

107110
## Share cache and sessions
108111

0 commit comments

Comments
 (0)