sebastiantecsi / Sitecore-827-Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitecore 8.2.7 in Docker

Building Images

  1. Download the Sitecore 8.2.7 package: https://dev.sitecore.net/~/media/EB88CA1EBDD645CA822FD067BEB74E4F.ashx
  2. Download an appropriate SPE version: https://github.com/SitecorePowerShell/Console/releases/download/6.2/Sitecore.PowerShell.Extensions-6.2.scwdp.zip
  3. Place both files in the sitecore-assets folder: {repoRoot}\build\8.2.7\sitecore-assets
  4. Open a PowerShell window
  5. Run build.bat

This should build 6 images:

  • sitecore-assets
  • sitecore-xm-cm
  • sitecore-xm-solr
  • sitecore-xm-sqldev
  • sitecore-xm-spe-cm
  • sitecore-xm-spe-sqldev

Running Images

  1. Update the .env with an appropriate location for your license file in the LICENSE_LOCATION variable
  2. From the repo root, run docker-compose up -d
  3. Navigate to http://cm/sitecore

Special thanks to Michael West for providing the meat of the build content for these images!

About


Languages

Language:PowerShell 56.0%Language:Dockerfile 36.8%Language:Batchfile 6.4%Language:Shell 0.8%