Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sitecore Custom Images

Example solution for creating custom Sitecore images, with recommended folder structure for container development.

Please follow below steps to setup this repository on your local system

Steps

  1. Clone this repo

  2. Open the PowerShell command prompt with ADMIN access

  3. Go to the folder custom-images in the PowerShell window

  4. Execute the init.ps1 with ADMIN access and pass the license file path

.\init.ps1 -LicenseXmlPath "<C:\path\to\license.xml><path to your license.xml file>"
  1. Build the appropriate Docker images and then start up.
.\clean-install.ps1 <XP1 or XM1>
  • .\clean-install.ps1 XP1 will create the XP Scaled environment

  • .\clean-install.ps1 XM1 will create the XM environment

  • .\clean-install.ps1 will create the XP0 environment

    The above command will create the specific Sitecore Topology environemnt.

  1. Tear down and cleanup code changes when done.
.\down.ps1 <XP1 or XM1>
  • .\down.ps1 XP1 will clear artifacts for the XP Scaled environment
  • .\down.ps1 XM1 will clear artifacts for the XM environment
  • .\down.ps1 will clear artifacts for the XP0 environment