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
This is a re-package of the Solr Install script created by Jeremy Davis in 2017, and found at https://gist.github.com/jermdavis/49018386ae7544ce0689568edb7ca2b8 in which I forked in February 2018 for use with Sitecore installations.
6
+
7
+
## How to Use
8
+
9
+
1. Open a PowerShell command prompt with 'Run as Administrator'
10
+
2. At the prompt change the directory the location of this file
11
+
3. Ensure that Sitecore Installation Framework is installed by running
7. If you at first get a cannot connect message in the browser, refresh and the Solr Admin UI should display
25
+
26
+
### Optional Install Steps
27
+
28
+
1. Update the following minimal parameters in *SolrInstal-Config.json* to represent your environment
29
+
1. InstallFolder
30
+
2. SolrHost
31
+
3. SolrPort
32
+
4. SolrServiceName
33
+
5. SolrVersion
34
+
6. JREVersion
35
+
2. Run the following: ```powershell .\Install-Solr.ps1```
36
+
1. This will run a script that ensures that Sitecore Install Framework is on the machine and then runs the Solr installation based on the SolrInstall-config.json.
0 commit comments