Sitecore XP 10.3 (latest) Docker one-click deployment
Sitecore XP 10.3 (latest) Docker one-click deployment 2023-04-26 10:23 Hang Wei Read(311) Comment(0) edit collect report This article demonstrates the one-click deployment of Sitecore 10.3 (the latest version of Sitecore) Docker development/test/demo environment through PowerShell+Docker Desktop for Windows. Official reference SitecoreXP 10.3.0 Developer Workstation Deployment With Docker The demo configuration is XP Single (XP0) Environment preparation 1, windows10+/Windows Server2019(Windows Server 1903)+ 2, Sitecore 10 license file 3. Docker Desktop for Windows 4. The official recommendation is 16GB of memory. Actual 8GB of memory should also work (needs to be verified) The example operating system in this article is: Windows 11 Professional Edition Guidelines 1. Precondition: Set up the environment Download and install Docker Desktop for Windows Make sure the following ports are not occupied: 2. Download the deployment package Download SXP Sitecore Container Deployment 10.3.0.008463.1229 and download the SitecoreContainerDeployment.10.3.0.008463.1229.zip file. You can check the password of the management background through the compose-init.ps1 file (the default administrator account is admin). Open Windows PowerShell ISE in administrator mode and enter the directory where the deployment package is located: cd D:\Workspace\Sitecore10\SitecoreContainerDeployment.10.3.0.008463.1229\compose\ltsc2022\xp0 Execute: .\compose-init.ps1 -LicenseXmlPath D:\license\license.xml Wait for the command to be executed (it takes time and requires downloading each image), and then execute:…
Sitecore XP 10.3 (latest) Docker one-click deployment
Sitecore XP 10.3 (latest) Docker one-click deployment 2023-04-26 10:23 Hang Wei Read(311) Comment(0) edit collect report This article demonstrates the one-click deployment of Sitecore 10.3 (the latest version of Sitecore) Docker development/test/demo environment through PowerShell+Docker Desktop for Windows. Official reference SitecoreXP 10.3.0 Developer Workstation Deployment With Docker The demo configuration is XP Single (XP0) Environment preparation 1, windows10+/Windows Server2019(Windows Server 1903)+ 2, Sitecore 10 license file 3. Docker Desktop for Windows 4. The official recommendation is 16GB of memory. Actual 8GB of memory should also work (needs to be verified) The example operating system in this article is: Windows 11 Professional Edition Guidelines 1. Precondition: Set up the environment Download and install Docker Desktop for Windows Make sure the following ports are not occupied: 2. Download the deployment package Download SXP Sitecore Container Deployment 10.3.0.008463.1229 and download the SitecoreContainerDeployment.10.3.0.008463.1229.zip file. You can check the password of the management background through the compose-init.ps1 file (the default administrator account is admin). Open Windows PowerShell ISE in administrator mode and enter the directory where the deployment package is located: cd D:\Workspace\Sitecore10\SitecoreContainerDeployment.10.3.0.008463.1229\compose\ltsc2022\xp0 Execute: .\compose-init.ps1 -LicenseXmlPath D:\license\license.xml Wait for the command to be executed (it takes time and requires downloading each image), and then execute:…