Website Development Company in Singapore
⟵ Resources

Sitecore XP 10.4 Initial Release – Installation – SIF Way

CMS abstract concept

Certainly, we should use Docker containers for installing Sitecore 10.4 Initial Release as that way is to support rapid deployment + more efficient solution and team onboarding. Personally, I wanted to keep playing around with Windows PowerShell console so I have a good chance to dive deeper into the problem of the install operation if any.

This blog post is a summary of my own experience for Sitecore Experience Platform 10.4 Initial Release (aka Sitecore version 10.4.0) installation by using Sitecore Install Framework (SIF) version 2.4 on my machine with the following install guide:

I do hope that this blog post is helpful for your journey as well.

Note: since Sitecore 9.3, by default, we have been able to use our install directory rather than the default one

Setup Prerequisites

Step by step guide

  1. (optional)if you have never installed Sitecore 9 and later, you will probably want to:
    • open Windows PowerShell (run as administrator)
    • execute Set-ExecutionPolicy -Scope CurrentUser Unrestricted
    • Set-ExecutionPolicy command
  2. (optional) install Sitecore Install Framework(SIF) if not yet
    • open Windows PowerShell (run as administrator)
    • use the following commands to install the latest version of SIF
      1. Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2
      2. Install-Module SitecoreInstallFramework
  1. (optional)if you already installed previous SIF versions, you would have upgraded it to a new version 2.4.0
    • open Windows PowerShell (run as administrator)
    • you should use the following command to get all the current SIF versions
      • Get-Module -Name SitecoreInstallFramework -ListAvailable
      • Get-Module command
    • option 1: use the following command to update to the latest version of SIF
      • Update-Module SitecoreInstallFramework -force
    • option 2: use the following commands to remove the currents and then install the latest version of SIF
      • Uninstall-Module SitecoreInstallFramework -AllVersions
      • Install-Module SitecoreInstallFramework
  1. enable Contained Database Authentication if not yet
    • Contained Database Authentication
    • Note: you can download the query above here
  2. create a new folder D:\sc1040_install
  3. download and unzip Package for XP Single(On Premises deployment)
    • copy / paste the following ones to D:\sc1040_install
      • Sitecore 10.4.0 rev. 010422 (OnPrem)_single.scwdp.zip
      • Sitecore 10.4.0 rev. 010422 (OnPrem)_xp0xconnect.scwdp.zip
      • IdentityServer 7.1 rev. 9 (OnPrem)_identityserver.scwdp.zip
    • unzip XP0 Configuration files 10.4.0 rev. 010422.zip and copy / paste all files to D:\sc1040_install
    • XP0 Configuration files
  4. let’s install the prerequisites
    • open Windows PowerShell (run as administrator)
    • change directory to D:\sc1040_install
    • execute Install-SitecoreConfiguration -Path prerequisites.json
    • Install-SitecoreConfiguration -Path prerequisites.json
    • Note: Sitecore prerequisites are now installed, YOU MUST launch a new PowerShell session to run further SIF configurations
    • PowerShell session
  5. install SOLR 8.11.2if not yet
    • adjust appropriate values by editing D:\sc1040_install\Solr-SingleDeveloper.json such as SolrPortSolrInstallRoot if necessary
    • SolrPort and SolrInstallRoot
    • open Windows PowerShell (run as administrator)
    • change directory to D:\sc1040_install
    • execute Install-SitecoreConfiguration -Path Solr-SingleDeveloper.json
    • Install-SitecoreConfiguration -Path Solr-SingleDeveloper.json
    • Solr dashboard
  6. copy / paste your Sitecore license file license.xml to D:\sc1040_install
  7. adjust appropriate values by editing D:\sc1040_install\XP0-SingleDeveloper.ps1 such as:
    • $Prefix
    • $SitecoreAdminPassword
    • $SCInstallRoot
    • $SitePhysicalRoot
    • $SolrUrl
    • $SolrRoot
    • $SqlServer
    • $SqlAdminUser
    • $SqlAdminPassword
    • XP0-SingleDeveloper.ps1 file edit
  8. open Windows PowerShell (run as administrator)
    • (optional)if you have various SIF versions on your machine, you will probably have to run 2.4.0 version of SIF by executing Import-Module SitecoreInstallFramework -Force -RequiredVersion 2.4.0
    • change directory to D:\sc1040_install
    • execute .\XP0-SingleDeveloper.ps1
    • .\XP0-SingleDeveloper.ps1 execution
  9. hopefully there is nothing can stop the installation process and then note Sitecore Admin Password + SSL enabled as well
    • Sitecore Admin Password + SSL enabled
  10. open a browser:
  11. DON’T FORGET to rebuild the search indexes and the Link database
    • rebuild the search indexes and the Link database

How to uninstall it?

  • open D:\sc1040_install\XP0-SingleDeveloper.ps1 and uncomment the line 85 + comment out the line 82 then save it
  • uncomment line 85
  • open Windows PowerShell (run as administrator)
  • change directory to D:\sc1040_install
  • execute .\XP0-SingleDeveloper.ps1
  • hopefully, it runs well and cleans everything up
  • final execution command

Got issues?

Please send your issues (with screenshots if possible) to viet.hoang.sitecore@gmail.com so that I have a chance to understand your problem and be able to suggest the solution.

Happy Sitecore 10.4 Initial Release Installation!

This article originally appeared on Walking on clouds.

Websparks SG Team Bonding 2024

Websparks Vietnam Team Bonding 2024

Getting Started with Directus

Portfolios

Resources

Contact Us

Website Development Company in Singapore white logo
LowCarbonSG Logo
Terms & Conditions | Privacy Policy | Accessibility Statement

Apply Now!

Upload Resume (with a 2mb maximum file size)
Accepted file types: doc, docx, pdf, xps, Max. file size: 2 MB.
This field is for validation purposes and should be left unchanged.