You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/06/04 09:47:37 UTC

[GitHub] [solr-operator] nosvalds commented on issue #149: Local tutorial corrections

nosvalds commented on issue #149:
URL: https://github.com/apache/solr-operator/issues/149#issuecomment-854540444


   Additional thing I found going through the tutorial that I think fits here in terms of small corrections
   
   - Missing a `/solr` in the Execute the Collection API command
   
   ```bash
   # Execute the Collections API command
   curl "http://default-example-solrcloud.ing.local.domain/solr/admin/collections?action=CREATE&name=mycoll&numShards=1&replicationFactor=3&maxShardsPerNode=2&collection.configName=_default"
   
   # Check in Admin UI that collection is created
   open "http://default-example-solrcloud.ing.local.domain/solr/#/~cloud?view=graph"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org