In my current work, I am trying to lift and shift a 7.2 Sitecore instance to 9.3. In the past I have helped them to implement the Helix Architecture. There […]
Issue with running a Non-SXA site on a SXA installation
I want to capture this here if it helps others. This is a problem my team encountered and we found a workaround. So here is the issue: We are moving […]
BYTE Post 11: What is this Binding redirect?
I ran into an issue where my solution was using certain version of a nuget package to make things complicated, an internal app’s dll was getting referenced, that was also […]
BYTE POST 10: Docker 9.3.0 Run
I needed a Docker 9.3 instance for my work. I started with Sitecore docker images from github ( https://github.com/Sitecore/docker-images ). Thank you fellow Sitecore-ians for the head start. As I […]
BYTE Post 9: Issues with unhealthy container
I was trying to get Nick’s docker example develop ( https://github.com/Sitecore/docker-examples ) up and running on my pc. I kept on running into issues. First one was Unable to load […]
BYTE Post: 8: What is the sequence for getting a container up with a Solution
First you have to be in the directory where you have the docker files and init.ps. Run the init script with licensepath. Secondly, you have to first build the solution […]
BYTE Post 7 : Make a docker Image from Non Docker project in Visual Studio
Docker doesn’t have to be complicated to start playing with. Matter of fact you can play with it any Visual Studio project you have. I have this quick video to […]
BYTE Post:6 Docker dangling and stopped image removal
Got into a situation where I needed to remove all the images and getting errors. I had to filter the images and then force delete it like the image above. […]
BYTE Post 5: Sitecore website files in Docker
Here is another nice find on how to actually see the sitecore websites file in Docker.I was playing with Docker and got a 9.3 install up. The installation look like […]
BYTE Post 4: How to connect to Sitecore Docker SQL server
Ok, I am probably putting the carriage before the horse. But I think it’s helpful. I got a Docker container up (Details on a different post) using the github docker […]