Skip to main content

Planning to Install Sitecore 9.3 using Sitecore Install Assistant (SIA)? Here is what you need!!

Hello Sitecore Developers, welcome to my blog. When we start with Sitecore, there are many questions. How to install Sitecore? Has Sitecore made the installation easier? If yes then how? Well, Let's find out by reading through this blog. In this blog, I will be covering the installation of Sitecore 9.3 using Sitecore Install Assistant (SIA)

What is Sitecore Install Assistant (SIA)? 

Sitecore Install Assistant is a GUI which Sitecore provides for making the installation easier and efficient. Sitecore has introduced this for the versions of 9.2 and above. Before SIA, Sitecore installation was a tedious job where you had to run PowerShell scripts and install various prerequisites. This would lead to a cumbersome task for the developers to setup their local environment. 

So, Lets Begin with the Installation:

Prerequisites:

  1. Visual Studio 2015 +
  2. MS SQL Server - Let's Install Together
  3. Sitecore License File
  4. .NET Framework

Worried about the compatibility while installing Sitecore?

Now you don't need to worry about it. Sitecore has provided a great article which will clear all your confusions regarding the compatibility. Please refer this link: Sitecore Compatibility Check

Downloading Setup Files:

  1. Navigate to Sitecore 9.3 Download Files
  2. Download the Graphical setup Package for XP Single which is highlighted in redThis blog is about installing Sitecore in the local environment hence we will choose XP Single Package. 
  3. Once you download the XP Single Package > Extract the downloaded .zip file.
  4. Since we are installing Sitecore using SIA, open the Setup Application provided by Sitecore in Administration mode.

  5. A Sitecore Install Assistant GUI will be seen when you open the Setup Application. Before starting with the installation go through the prerequisites mentioned in the popup win
  6. Make sure you have a .NET Framework 4.7.2 installed before you move further. If it is not installed in your system, Download .NET 4.7.2
  7. Once you are clear with the mentioned prerequisites click on Start to proceed with the installation. 
  8. You will see a Prerequisites window: SIA provides the capability to install all the prerequisites with just a button click. This has made a drastic change in the installation of Sitecore as compared to the previous versions where we had to install each and every prerequisites by ourselves.

  9. Install Prerequisites: While installing the prerequisites, you can check the logs if required
  10. Install Solr 8.1.1: We can proceed to the Next window after the Prerequisites installation is complete. The next window will ask you for some inputs before installing Solr. Fill the inputs highlighted in red.
  11. If you see the above screenshot, the following will have to be filled:
    • Solr Port: In this blog, I am using Port 8996
    • Windows Service and path prefix: This will get added as a prefix to:
      • The Solr Service that gets created.
      • The Folder that gets created.
    • Install Path: Mention the path where you want to install
  12. What happens when Solr is Installed?
  13. To verify if Solr is installed correctly, Go to Solr Url 
  14. Add Sitecore Settings: Fill the section highlighted in red.
  15. Add SQL Server Settings: Fill in your SQL Server Details in the section highlighted in red.

  16. Verify the Solr Settings: Update if required
  17. SXA Module: You can check the checkbox if you want SXA Module installed with Sitecore.Note: If you are planning to install SXA, make sure you have a valid license for it as SXA is NOT INCLUDED in the primary license of Sitecore 9. You will have to separately buy the SXA license.
  18. Summary: Review all the details provided before heading for installation
  19. Once everything is verified, proceed further and Install. Your fresh Sitecore instance will be ready in a short while 😊
  20. Installation Complete!!!!
  21. Click Launch Sitecore
  22. Login using credentials:
    • Username: admin
    • Password: The one which was created during Sitecore installation
With this you will enter the world of  Sitecore!!😊 

See you in my next blog. Till then Keep Learning and Keep Growing!! 😊

Oh!! Got an error while installing Sitecore?
Here are a list of common errors while installing Sitecore - Coming Soon








Comments

Post a Comment

Popular posts from this blog

SQL Server Management Studio (SSMS)

What is SQL Server Management Studio (SSMS)? SSMS is an integrated environment that manages the instances of SQL from SQL Server to Azure SQL. You can perform various operations in the SQL instances. You can connect the SSMS and SQL Server by providing a proper: Server Type Server Name Mode of Authentication: Windows Authentication SQL Server Authentication (Username and Password Required) SQL Server Management Studio has a very straightforward installation: You can install by clicking on the section highlighted in red in the below image:

Sitecore Forms NOT visible in Form Builder - Strange but True!!!

Hello Sitecore Developers, in this blog we will be touching upon a strange Sitecore scenario i.e. Sitecore Forms are NOT visible in Form Builder even after creating a Form.  Note:  If you are new to Sitecore Forms and are intrigued to learn about creating a Sitecore Form, go through my blog on how to  Create a New Sitecore Form Let's begin with the most common resolution for this issue i.e.  Rebuild the Sitecore Master Index Rebuilding the master index will most likely solve this issue. But guess what, when it's not your day, this issue will persist even after the index rebuild. Refer to the below resolutions if this does not solve your problem. From Sitecore Launchpad, go to Control Panel > Indexing Manager and rebuild the Sitecore Master Index. Verify Form Folder Item ID To verify if this ID is correct. Go to the Core Database How to switch to the Core Database?   Ignore this part if you are already familiar to switch to the Core Database Go to Sitecore La...