You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the `ddev exec curl -s http://solr:8983/api/cores/` command:
95
+
For example, the `ddev exec curl -s http://solr:SolrRocks@solr:8983/api/cores/` command:
81
96
82
97
- checks whether the `web` server can access the `solr` server
83
98
- checks whether `collection1` exists and its status
84
99
- displays `collection1`'s `numDocs` that shouldn't be zero if indexing worked correctly
85
100
86
-
You can access the Solr admin UI from the host by using port 8983 on the same `.ddev.site` subdomain as the front. Use `ddev describe` to get that URL.
101
+
You can access the Solr admin UI from the host by:
102
+
103
+
- running `ddev solr-admin` command
104
+
- accessing port 8983 on the same `.ddev.site` subdomain than the web server (you can 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).
0 commit comments