System Administrators coming from the Linux world are accustomed to using SSH and bash scripts to manage remote machines. The same concept can be used for managing Windows machines through PowerShell by enabling the remoting feature. A number of articles are around explaining each command and how remoting in PowerShell works. Therefore, this article only … Continue reading Quick Steps to Enable Powershell Remoting
Author: Karlston D'Emanuele
13 (1-liner) Steps to Setting up PostgreSQL and connecting with JPA Hibernate
The steps outlined in this article outlines the steps required to setup PostgreSQL 9.5 on Ubuntu 16.04. The last two steps outline the required Java Spring configuration required to use JPA Hibernate to the PostgreSQL installed. This article is based on the work of DigitalOcean (How To Install and Use PostgreSQL on Ubuntu 16.04). 1. … Continue reading 13 (1-liner) Steps to Setting up PostgreSQL and connecting with JPA Hibernate
Sitecore with MongoDB Authentication
Securing website data is critical for any business and it is no exception for Sitecore websites. One of the main components for Sitecore is MongoDB which is the core storage for the xDB data. Authentication is the primary way to protect data stored in xDB. This ensures that only authorised users get access. So what … Continue reading Sitecore with MongoDB Authentication
Setting up CRM Online Connection on Sitecore XP
Important Notice: The document is build using Sitecore XP 8.1 Update 1 and the CRM package Dynamics CRM Campaign Integration for WFFM 22 rev 151027.zip. So you are setting up CRM connection in Sitecore using the latest package and wondering how to proceed or why things are not working out. Then this guide is … Continue reading Setting up CRM Online Connection on Sitecore XP
Nuget Sitecore Habitat
Sitecore Habitat is an open source library that provides over 50 modules for Sitecore that can be used within any project. This article outlines one way of building Sitecore Habitat project into Nuget Packages using TeamCity. Note: It is assumed that: You already have configured TeamCity Server and at least one TeamCity Build Agent. You … Continue reading Nuget Sitecore Habitat
