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
Please make sure you run CMD or PowerShell run as administrator in all below tasks.
MS SQL Server 2016 SP1.
MS SQL Management Studio.
.Net Framework 4.6.2 or later.
Install Chocolatey from Here, To make sure install correctly by this command choco –v in cmd and give you latest version.
Install Java Runtime Environment by this command choco install javaruntime in cmd,To make sure install correctly by this command java –version and and give you latest version.
Install NSSM package by this command choco install nssm in cmd, To make sure install correctly by this command nssm –v and give you NSSM latest version.
Download Solr 6.6.2 from here, Then Create folder under C:\ [with name solr-6.6.2] and unzipped Solr source in this folder.
Install Solr by this command nssm install solr in cmd.
Will open prompt window you need to fill data like attached screenshot no.1 & 2 then press enter.
Create Folder under C:\[with name Sitecore] and unzipped attached file [solr-ssl.rar] in this folder.
Run solr-ssl.ps1 by PowerShell and write this command .\solr-ssl.ps1 -Keystorefile C:\solr-6.6.2\server\etc\solr-ssl.keystore.jks you must see result like attached image no.3.
Open C:\solr-6.6.2\bin then edit in notepad file solr.in.cmd by searching on REM Uncomment to set SSL-related system properties then remove word REM That’s before all lines in this section.
Restart Solr by this command nssm restart solr now you can browse your Solr with HTTPS https://localhost:8983/solr/ check attached image no.4.
Download Sitecore 9 source + License from here
Create folder C:\sitecore[with name Repository] then unzipped download folder Under this folder.
Update Install.ps1 SQL username and password.
Under this folder run PowerShell as administrator.