Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jermdavis/Sitecore-SolrCloud-Docker
An example of creating a SolrCloud Docker container for use with Sitecore
https://github.com/jermdavis/Sitecore-SolrCloud-Docker
sitecore solrcloud
Last synced: 3 months ago
JSON representation
An example of creating a SolrCloud Docker container for use with Sitecore
- Host: GitHub
- URL: https://github.com/jermdavis/Sitecore-SolrCloud-Docker
- Owner: jermdavis
- Created: 2020-08-29T21:16:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T11:01:27.000Z (10 months ago)
- Last Synced: 2024-01-23T12:25:08.511Z (10 months ago)
- Topics: sitecore, solrcloud
- Language: PowerShell
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Awesome-Sitecore - Docker SolrCloud for Sitecore 10 - Creates a SolrCloud container that can be used with a Sitecore 10 instance under Docker. The files have been adjusted from the Solr container files in the Sitecore Docker examples repo. The default "solr" service Sitecore provides can be replaced using these files. (Content Search)
README
# An example of a SolrCloud Docker container for Sitecore v10
These files can create a SolrCloud container that can be used with a Sitecore 10 instance under Docker.
The files have been adjusted from the Solr container files in [the Sitecore Docker examples repo](https://github.com/sitecore/docker-examples).The default "solr" service Sitecore provide can be replaced using these files.
See [this blog post for further details](https://blog.jermdavis.dev/posts/2020/solrcloud-with-sitecore-10) and explanations of how this works.
## Running
* Clone the repo
* Open PowerShell in the cloned folder
* Run `docker-compose up`
* Open a web browser to `http://localhost:8984/solr/`