Skip to content

Powershell scripts to install the right version of solr for your Sitecore Instance

Notifications You must be signed in to change notification settings

mawiseman/sitecore-setup-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Introduction

This script allows you to install and un-install Solr with a valid SSL certificate via Powershell.

Pre-requisites

Enable Remote Script Execution

Set-ExecutionPolicy Bypass -Scope LocalMachine -Force

Missing packages will be automatically installed by chocolatey... including chocolatey. You may need to re-open a new powershell instance after install

Usage

Guided Install

The default options install solr based of your version of sitecore.

  1. From an elevated powershell prompt run
PS C:\projects\sitecore-solr-setup\src> .\install.ps1
  1. Select the version of Solr you'd like to install
  2. Enjoy the show

Notes

Pre-configured options are stored in an xml file and are mapped to Sitecore's compatibility table

Direct Install

This allows you to integrate directly with your setup process

PS C:\projects\sitecore-solr-setup\src> Import-Module .\modules\solr.psm1
PS C:\projects\sitecore-solr-setup\src> InstallSolr -solrVersion 7.5.0 -solrPort 8975

Guided Uninstall

  1. From an elevated powershell prompt run
PS C:\projects\sitecore-solr-setup\src> .\uninstall.ps1
  1. Select the version of Solr you'd like to install
  2. Enjoy the show

References

About

Powershell scripts to install the right version of solr for your Sitecore Instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published