Skip to content
View jermdavis's full-sized avatar
🐱
🐱
Block or Report

Block or report jermdavis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jermdavis/readme.md

Herding cats

Pinned

  1. sitecore-solr-separate-zookeeper sitecore-solr-separate-zookeeper Public

    An example of how to make Sitecore's developer Solr image use a separate ZooKeeper instance

    PowerShell

  2. PatchMaker PatchMaker Public

    An experimental UI for making Sitecore config patch files

    HTML 7 1

  3. SearchIndexBuilder SearchIndexBuilder Public

    A tool for rebuilding search indexes from outside the Sitecore web app - for very long-running builds...

    C# 4

  4. SolrCloud-Helpers SolrCloud-Helpers Public

    A PowerShell scripting library to help with installing SolrCloud clusters on Windows.

    PowerShell 12 16

  5. A PowerShell script to help installi... A PowerShell script to help installing Solr as a service - See https://blog.jermdavis.dev/posts/2017/low-effort-solr-installs for details
    1
    Param(
    2
        $solrVersion = "6.6.2",
    3
        $installFolder = "c:\solr",
    4
        $solrPort = "8983",
    5
        $solrHost = "solr",