{"id":3374,"date":"2025-06-19T07:57:42","date_gmt":"2025-06-19T07:57:42","guid":{"rendered":"https:\/\/www.skybridgeinfotech.com\/blog\/?p=3374"},"modified":"2025-11-27T14:57:05","modified_gmt":"2025-11-27T14:57:05","slug":"installing-sitecore-10-4-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/","title":{"rendered":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-ast-global-color-5-color has-cool-to-warm-spectrum-gradient-background has-text-color has-background has-link-color wp-elements-750c19c2be6428129cad0f1b0537d0c8\"><strong><strong><strong><strong>Installing Sitecore 10.4 \u2013 A Step-by-Step Guide<\/strong><\/strong><\/strong><\/strong><\/h2>\n\n\n\n<p><strong>Sitecore 10.4 <\/strong>introduces new features, performance improvements, and enhanced support for container-based development. Whether you\u2019re setting up a dev environment or preparing for production deployment, getting the installation right is crucial. In this blog, we\u2019ll walk through the installation process of Sitecore 10.4 using the Sitecore Installation Framework (SIF) and containers (Docker), highlighting prerequisites, configurations, and common pitfalls.<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-b115ddfe9ab3073baab7aab9acb830e2\"><strong>Prerequisites<\/strong><\/p>\n\n\n\n<p>Before beginning the installation, ensure your system meets the following requirements:<\/p>\n\n\n\n<ul>\n<li>Windows 10\/11 or Windows Server 2019\/2022<\/li>\n\n\n\n<li>.NET 6.0 SDK<\/li>\n\n\n\n<li>Visual Studio 2022 (v17.6 or later)<\/li>\n\n\n\n<li>SQL Server 2019 or 2022<\/li>\n\n\n\n<li>Docker Desktop (for container-based installation)<\/li>\n\n\n\n<li>PowerShell 5.1 or later<\/li>\n\n\n\n<li>Sitecore License File<\/li>\n<\/ul>\n\n\n\n<p><em>Tip: Ensure your machine has at least <strong>32GB RAM<\/strong> (especially for Docker-based setups) and that virtualization is enabled.<\/em><\/p>\n\n\n\n<p class=\"has-ast-global-color-5-color has-cool-to-warm-spectrum-gradient-background has-text-color has-background has-link-color wp-elements-49fd52813ac0124bf43c62239d4f76f9\"><strong>Option 1: Installing Using SIF (Sitecore Installation Framework)<\/strong><\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-68c14520dea25b72a85b8698c2b4f1a2\"><strong>Step 1: Download Installation Files<\/strong><\/p>\n\n\n\n<ul>\n<li>Visit Sitecore Downloads Portal and download the <strong>XP Single Developer (XP0)<\/strong> topology for Sitecore 10.4.<\/li>\n\n\n\n<li>Extract the package and locate the XP0-SingleDeveloper.ps1 script under the XP0 folder.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-052fc7c49552927897c4582b0aedee8b\"><strong>Step 2: Install Prerequisites \u2013&nbsp; Use PowerShell console in administrator mode<\/strong><\/p>\n\n\n\n<p>Install:<\/p>\n\n\n\n<p>Install-Module SitecoreInstallFramework -Force<\/p>\n\n\n\n<p>Install-Module SitecoreFundamentals -Force<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-71d033f1480e5fc260347b3de60e3df1\"><strong>Step 3: Configure JSON and PS1 Files<\/strong><\/p>\n\n\n\n<p>Update parameters such as:<\/p>\n\n\n\n<ul>\n<li>License file path<\/li>\n\n\n\n<li>SQL Server instance name<\/li>\n\n\n\n<li>Prefix for Sitecore instance<\/li>\n\n\n\n<li>Admin password<\/li>\n<\/ul>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-43982a4ff2ff5071b19562cbc26a7072\"><strong>Step 4: Run the Installation<\/strong><\/p>\n\n\n\n<p>.\\XP0-SingleDeveloper.ps1<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-0ae2d4ef6b526fc0f17909806928d3ee\"><strong>Common Exceptions &amp; Solutions in SIF Installation<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Error Message<\/strong><\/td><td><strong>Possible Cause<\/strong><\/td><td><strong>Solution<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Access Denied<\/td><td>Lack of admin rights<\/td><td>Run PowerShell as Administrator<\/td><\/tr><tr><td>Solr is not reachable<\/td><td>Incorrect Solr path or port<\/td><td>Double-check Solr URL in solr.xml and ensure Solr is running<\/td><\/tr><tr><td>xConnect SSL error<\/td><td>Certificate issues<\/td><td>Install trusted SSL certificates or disable validation during local dev<\/td><\/tr><tr><td>SQL Connection Failure<\/td><td>Wrong SQL instance or credentials<\/td><td>Verify server name, credentials, and SQL service status<\/td><\/tr><tr><td>License not found<\/td><td>Invalid path or format<\/td><td>Ensure the path is correct and the license is valid XML<\/td><\/tr><tr><td>Port is already in use<\/td><td>Conflicting application or previous install<\/td><td>Change port numbers in configuration files or free up the port<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"has-ast-global-color-5-color has-cool-to-warm-spectrum-gradient-background has-text-color has-background has-link-color wp-elements-ac3949df00be6a821be46df2684c09dc\"><strong>Option 2: Installing Using Containers (Docker)<\/strong><\/p>\n\n\n\n<p>Sitecore 10.4 is designed with container-first principles. Let\u2019s install it using Docker.<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-65129ec7167c5c126fbedaa8a07ff767\"><strong>Step 1: Install Docker Desktop<\/strong><\/p>\n\n\n\n<ul>\n<li>Enable <strong>Windows Containers<\/strong><\/li>\n\n\n\n<li>Allocate <strong>CPU: 6+ cores<\/strong>, <strong>Memory: 10GB+<\/strong>, and <strong>Disk: 20GB+<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-14c4e7d8b0771229eee4d1383f047f52\"><strong>Step 2: Clone Docker Examples<\/strong><\/p>\n\n\n\n<p>git clone https:\/\/github.com\/Sitecore\/docker-examples.git<\/p>\n\n\n\n<p>cd docker-examples\/10.4.x<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-bb880ea5cbffbba8d2276ea02fc94340\"><strong>Step 3: Configure <\/strong><strong>.env<\/strong><strong> File<\/strong><\/p>\n\n\n\n<p>Update:<\/p>\n\n\n\n<ul>\n<li>SITECORE_LICENSE<\/li>\n\n\n\n<li>EXTERNAL_* URLs<\/li>\n\n\n\n<li>TRAEFIK_* ports (if necessary)<\/li>\n<\/ul>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-9b08812fbc597ec024299b845be71d7a\"><strong>Step 4: Run Docker Compose<\/strong><\/p>\n\n\n\n<p>docker-compose -f docker-compose.xp.yml up -d<\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-d7d8845ddaff2111c8f0a76d2d212363\"><strong>Common Exceptions &amp; Solutions in Docker Installation<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Issue<\/strong><\/td><td><strong>Cause<\/strong><\/td><td><strong>Solution<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Error: no matching manifest for windows\/amd64<\/td><td>Wrong Windows OS or Docker not in Windows containers mode<\/td><td>Switch Docker to Windows containers<\/td><\/tr><tr><td>Traefik fails to start<\/td><td>Port conflict (usually 443 or 80)<\/td><td>Modify .env to use alternate ports like 8443<\/td><\/tr><tr><td>Invalid license file<\/td><td>Corrupted or empty license<\/td><td>Use a valid Sitecore license from the customer portal<\/td><\/tr><tr><td>xConnect fails to start<\/td><td>Trust issues or wrong hostname<\/td><td>Ensure self-signed certs are installed and trusted; use mkcert if needed<\/td><\/tr><tr><td>SOLR container crashes<\/td><td>Insufficient memory or corrupted volume<\/td><td>Increase Docker memory allocation or remove volumes and rebuild<\/td><\/tr><tr><td>Timeout during service startup<\/td><td>Slow machine or resource constraint<\/td><td>Wait a few minutes longer or ensure system resources meet the minimum<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><em><strong>Pro Tip: <\/strong>Run docker logs &lt;container_name> for detailed diagnostics.<\/em><\/p>\n\n\n\n<p class=\"has-vivid-purple-color has-text-color has-link-color wp-elements-c1e65ab7768cb37d942e2e5a473b3845\"><strong>Post-Installation Steps<\/strong><\/p>\n\n\n\n<ul>\n<li>Access your CM instance via https:\/\/cm.localhost\/sitecore<\/li>\n\n\n\n<li>Change default admin password<\/li>\n\n\n\n<li>Validate SOLR, xConnect, and Identity Server<\/li>\n\n\n\n<li>Set up SSL trust chain (especially important for Docker environments)<\/li>\n<\/ul>\n\n\n\n<p><br>While the installation might throw some curveballs, understanding common errors and how to solve them saves time and ensures a smoother experience.<\/p>\n\n\n\n<p><strong>If you\u2019re facing issues or would like us to assist with your Sitecore setup, don\u2019t hesitate to reach out \u2014 our experts are here to help!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing Sitecore 10.4 \u2013 A Step-by-Step Guide Sitecore 10.4 introduces new features, performance improvements, and enhanced support for container-based development. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3575,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"blog-details.php","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16,30,875],"tags":[954,950,946,947],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India<\/title>\r\n<meta name=\"description\" content=\"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India\" \/>\r\n<meta property=\"og:description\" content=\"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Skybridge\" \/>\r\n<meta property=\"article:published_time\" content=\"2025-06-19T07:57:42+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-11-27T14:57:05+00:00\" \/>\r\n<meta property=\"og:image\" content=\"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png\" \/>\r\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\r\n\t<meta property=\"og:image:height\" content=\"800\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\r\n<meta name=\"author\" content=\"admin\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:title\" content=\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India\" \/>\r\n<meta name=\"twitter:description\" content=\"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc\"},\"headline\":\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide\",\"datePublished\":\"2025-06-19T07:57:42+00:00\",\"dateModified\":\"2025-11-27T14:57:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\"},\"wordCount\":604,\"publisher\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png\",\"keywords\":[\"install sitecore 10.4\",\"sitecore 10.4 prerequisites\",\"Sitecore Installation Assistant\",\"sitecore upgrade to 10.4\"],\"articleSection\":[\"Sitecore\",\"Sitecore CMS\",\"Sitecore Upgrade\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\",\"name\":\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India\",\"isPartOf\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png\",\"datePublished\":\"2025-06-19T07:57:42+00:00\",\"dateModified\":\"2025-11-27T14:57:05+00:00\",\"description\":\"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png\",\"contentUrl\":\"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png\",\"width\":1200,\"height\":800,\"caption\":\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#website\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\",\"name\":\"Skybridge\",\"description\":\"Skybridge\",\"publisher\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.skybridgeinfotech.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\",\"name\":\"Skybridge\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png\",\"contentUrl\":\"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png\",\"width\":197,\"height\":73,\"caption\":\"Skybridge\"},\"image\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/www.skybridgeinfotech.com\/blog\"],\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India","description":"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/","og_locale":"en_US","og_type":"article","og_title":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India","og_description":"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.","og_url":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/","og_site_name":"Skybridge","article_published_time":"2025-06-19T07:57:42+00:00","article_modified_time":"2025-11-27T14:57:05+00:00","og_image":[{"width":1200,"height":800,"url":"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_title":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India","twitter_description":"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#article","isPartOf":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/"},"author":{"name":"admin","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc"},"headline":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide","datePublished":"2025-06-19T07:57:42+00:00","dateModified":"2025-11-27T14:57:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/"},"wordCount":604,"publisher":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png","keywords":["install sitecore 10.4","sitecore 10.4 prerequisites","Sitecore Installation Assistant","sitecore upgrade to 10.4"],"articleSection":["Sitecore","Sitecore CMS","Sitecore Upgrade"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/","url":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/","name":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide - Skybridge Infotech USA India","isPartOf":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png","datePublished":"2025-06-19T07:57:42+00:00","dateModified":"2025-11-27T14:57:05+00:00","description":"Here\u2019s a step-by-step guide to Installing Sitecore 10.4, tailored with Skybridge Infotech\u2019s trusted implementation expertise. Skybridge, a certified Sitecore Solution Partner, ensures a smooth, optimized setup for enterprise-grade digital experiences.","breadcrumb":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#primaryimage","url":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png","contentUrl":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2025\/11\/Installing-Sitecore-10.4-\u2013-A-Step-by-Step-Guide.png","width":1200,"height":800,"caption":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide"},{"@type":"BreadcrumbList","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/installing-sitecore-10-4-a-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skybridgeinfotech.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Installing Sitecore 10.4 \u2013 A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#website","url":"https:\/\/www.skybridgeinfotech.com\/blog\/","name":"Skybridge","description":"Skybridge","publisher":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skybridgeinfotech.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization","name":"Skybridge","url":"https:\/\/www.skybridgeinfotech.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/","url":"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png","contentUrl":"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png","width":197,"height":73,"caption":"Skybridge"},"image":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/www.skybridgeinfotech.com\/blog"],"url":"https:\/\/www.skybridgeinfotech.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3374"}],"collection":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=3374"}],"version-history":[{"count":6,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3374\/revisions"}],"predecessor-version":[{"id":3384,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3374\/revisions\/3384"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/media\/3575"}],"wp:attachment":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=3374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=3374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=3374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}