Blue/Green Deployment Pattern The goal of any software development program is to release system changes into production. There are many ways to safely and securely deploy software into a production environment. In most cases these patterns follow a similar strategy of limiting exposure of the released software changes to the overall user audience. This is […]
Posts Tagged ‘deployment’
Deploying a Salesforce Community with Change Sets
In preparation for deploying a community this coming weekend, I thought I’d share some knowledge around migrating a community through change sets. It’s been one of the biggest time-saving features Salesforce has invested in to-date, and they’ve only been making it better and better. It’s been available since Summer ‘18 and they made more improvements […]
Deployment Groups in Visual Studio Team Services
If you use Visual Studio Team Services for your build and deploy process, you may have noticed a new menu item pop up a few months ago – “Deployment Groups”. I’ve been using this new feature in new projects since it came out in preview in May and it’s a great way to handle deployments […]
Deploying Liferay System in the Cloud: Why and How
Over the decades, cloud technologies have been rapidly developed and applied to almost every aspect of the IT industry. To enable their businesses to be more agile and flexible, more and more companies have been moving their application hosting, infrastructure, data storage, website content and more to the cloud. Liferay, as a portal platform to […]
The Ultimate Salesforce Deployment Checklist
According to Forrester’s recent CRM trends report geared to help users navigate the future of CRM in 2017, the use of customer relationship management (CRM) solutions should be viewed as the foundational building block to power your customer experience (CX) strategy. For Salesforce users looking to tap into the true power of the platform, your […]
A CRM Deployment or “Moving Checklist” for Migrations
Every Salesforce implementation has its zenith in deploying the final solution and going live. This may include multiple phases or steps, people and technologies to be successful. When planning your next CRM deployment, take a page out of a recent house move when thinking about the essential steps. House moves are similarly complex. There are often a […]
Deploying Mule Project to Multiple Environments
This is a quick note. There are plenty of other online resources discussing the same topic. I want to list the steps in one place, so it’s easier for anyone who wants to follow this practice. In a typical software development life cycle, a project needs to be deployed to multiple environments. Mule project is […]
Azure ARM Template: Import and Export Templates from Portal
The feature support for Azure Resource Manager and ARM Templates has been a little light since it’s initial release. This is something that is slowly changing, however, an update to the Azure Portal released this week helps move ARM Template support forward in a big way. This new feature is the ability to Export any […]
Azure ARM Template: Create Service Bus Namespaces
The Visual Studio 2015 support GUI support for Azure Resource Group projects and managing ARM Templates is still fairly new. As a result there isn’t full GUI and editor support in it for all features of Azure; although there are a lot of features already supported. One of the features that isn’t supported through the […]
Deploy Azure Web App using ARM Template from Visual Studio 2015
Azure Resource Manager (ARM) is the new set of APIs for deploying and managing Microsoft Azure services. A previous article in this series defines what Azure Resource Manager (ARM) means for Developers, IT Pros and DevOps. This article will dive into the details of using Azure Resource Manager, ARM Templates, Visual Studio 2015, and the Azure SDK to […]
Managing Adobe Campaign Packages via the Command Line
Adobe Campaign includes a command line interface by which administrators and developers can interact with the system via a command line interface, instead of the graphical user interface. Included in this command line interface is a tool for importing and exporting packages directly through the command line. This allows teams and users to more easily share and […]
.update + .config = Love
There are multiple ways you can bring code and content into your Sitecore instance. Here at BrainJocks we are big fans of TDS, Git, cloud infrastructures, and Atlassian toolset – our local deployments are TDS-powered, our continuous build and deployment vehicle is Elastic Bamboo, and with little PowerShell, curl, and Sitecore.Ship we push code and […]