All Projects → pbering → sitecore-nine-docker

pbering / sitecore-nine-docker

Licence: other
No description or website provided.

Projects that are alternatives of or similar to sitecore-nine-docker

sitecore-azure-devops
Sitecore 8.2u5 DevOps Scripts
Stars: ✭ 15 (-16.67%)
Mutual labels:  sitecore
sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (+50%)
Mutual labels:  sitecore
NitroNetSitecore
NitroNet for Sitecore extends NitroNet with the support for the WCMS Sitecore. It handles all possible presentation scenarios to integrate a handlebars frontend into Sitecore without functional loss.
Stars: ✭ 25 (+38.89%)
Mutual labels:  sitecore
sitecore-packer
Packer templates for Sitecore development with IIS, SOLR and SQL Server on Windows
Stars: ✭ 19 (+5.56%)
Mutual labels:  sitecore
sitecore-images
Automated repository of Sitecore Docker base images
Stars: ✭ 48 (+166.67%)
Mutual labels:  sitecore
KeepSitecoreSimple
Advanced diagnostics techniques home
Stars: ✭ 41 (+127.78%)
Mutual labels:  sitecore
Sitecore-Courier
Sitecore Courier aims to fill the gap between the development and production environments when building websites with Sitecore CMS.
Stars: ✭ 60 (+233.33%)
Mutual labels:  sitecore
container-deployment
Repository for official Sitecore, community and demo deployment files. This will provide Sitecore customers with examples on how to deploy Sitecore containers using various methods such as compose, k8s and helm.
Stars: ✭ 21 (+16.67%)
Mutual labels:  sitecore
Sitecore-Forms-Extensions
onelittlespark.bartverdonck.be/category/sitecore-forms-extensions/
Stars: ✭ 56 (+211.11%)
Mutual labels:  sitecore
sitecore-headless-commerce-accelerator
EPAM Headless Commerce Accelerator for Sitecore Experience Commerce
Stars: ✭ 35 (+94.44%)
Mutual labels:  sitecore
SitecoreInstallExtensions
Sitecore Install Extensions
Stars: ✭ 29 (+61.11%)
Mutual labels:  sitecore
sitecore-docker
Dockerized Sitecore 9 XP0 & XC
Stars: ✭ 34 (+88.89%)
Mutual labels:  sitecore

Sitecore 9.0 in Docker

Docker images for Sitecore 9, a XM1 CM and a SQL Server. The Sitecore Install Framework (SIF) is used to install Sitecore inside the CM image following the official installation guidance. Windows 10 1709 (Fall Creators Update) is used since it has support for the new smaller windowsservercore versions (7GB vs 13GB).

Preparations

  1. Download Packages for XM Scaled and copy into .\xm1\cm\install.
  2. Copy your license.xml into .\xm1\cm\install.
  3. Open Sitecore 9.0.0 rev. 171002 (WDP XM1 packages).zip and inside, open Sitecore 9.0.0 rev. 171002 (OnPrem)_cm.scwdp.zip and copy the following files into .\xm1\sql\install:
    1. Sitecore.Core.dacpac
    2. Sitecore.Master.dadcpac
    3. Sitecore.Web.dacpac
    4. Sitecore.ExperienceForms.dacpac
  4. Build with: docker-compose build (takes a while).

Usage

  1. Start: docker-compose up
  2. Get IP: docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' sitecoreninedocker_cm_1 and open with browser.

Persistence

If you need persistence you can manually build the Sitecore image specifying an external SQL server:

docker image build --build-arg SQL_SERVER=XXX --build-arg SQL_USER=XXX --build-arg SQL_PASSWORD=XXX --build-arg SQL_DB_PREFIX=XXX ./sitecore-xm1

Or you can roll your own Dockerfile using this as a base and add your own ConnectionStrings.config.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].