Hello! Techie... In the previous post we seen that about CMS and Sitecore CMS. In this post we will see the Installation and Creation of Sitecore Site.
Prerequisites:
- IIIS 10.0
- Windows Server 2016/2019, Windows 10(64 bit)
- .NET Framework 4.7.2, .NET Core 2.1.12 Windows Hosting Module
- Microsoft Visual C++ 2017
- Microsoft SQL Server 2016 SP2 and 2017, MongoDB Server 4.0.5
- Solr 8.1.1
- VS2017
Installation Methods:
Sitecore Installation Assistant- The method we are going to use install Sitecore instance
- Create a folder in your drive named Sitecore_9_3
- Download Graphical setup package for XP single packages from here
- Extract the downloaded files into Sitecore_9_3 folder
- Copy your valid Sitecore license file to your folder.
Before going to install Sitecore we need to install SOLR
SOLR Installation:
6.Next made changes in Solr.in.sh file-(Un-command the lines to run a solr)
7.Run a Window PowerShell as a admin
8.In Windows Powershell go to the folder SOLR
9.To Create a Keystore using this comand:
“C:\Program Files\Java\jre-9.0.1\bin\keytool.exe -Replace this with your file directory
Run “C:\Program Files\Java\jre-9.0.1\bin\keytool.exe” -genkeypair -alias solr-ssl -keyalg RSA -keysize 2048 -keypass secret -storepass secret -validity 9999 -keystore solr-ssl.keystore.jks -ext SAN=DNS:localhost,IP:127.0.0.1-dname “CN=localhost, OU=Organizational Unit, O=Organization, L=Location, ST=State, C=Country”
10. To Generate Certificate
Run “C:\Program Files\Java\jre-9.0.1\bin\keytool.exe” -importkeystore -srckeystore solr-ssl.keystore.jks -destkeystore solr- ssl.keystore.p12 -srcstoretype jks -deststoretype pkcs12"
11. It will ask for the password- enter the password three times.
12. Place the certificate in the Trusted Root Certification Authorities.
13. We need NSSM to install solr.Download Non-Sucking Service Packager from here
14. Create New folder Named NSSM within in Sitecore_9_3
15. Extract the file in your folder.
16. Open the Command prompt as a admin.
17. Run the below command:
"C:\Sitecore_9_3\NSSM\win64\nssm.exe" install SOLR93
"C:\Sitecore_9_3\NSSM\win64\nssm.exe"-Directory Path
SOLR93- Solr Service Name(Your wish)
SIA:
Open Sitecore Installation Assistant and Click Start (Find from the folder Sitecore_9_3)
6. If you want you can install SXA(SXA is used to speed up the production of the websites and reuse the component like layout, template across the sites) or Skip
8.Validate your files
The Installation take some time. Once you received a success message. Now you can find your Sitecore instance.
"Learn, Unlearn, Re-Learn"
Comments
Post a Comment