Drupal vs. WordPress: What Fits Your Needs?

The most important question you can ask yourself when it comes to choosing the right content management system (CMS) for your site is: What do I need my website to do? Two of the most popular CMS platforms are WordPress (current version 4.2.2) and Drupal 7. Both of these  provide endless customizable opportunities and features. The following… Continue reading Drupal vs. WordPress: What Fits Your Needs?

Using the Haversine Formula in Drupal 7

The Haversine formula is one of the easiest to use pieces of complicated math I’ve had the pleasure to use. If you’re not familiar with it, it’s pretty simple in theory – it’s an extension of the Pythagorean formula from a grid to the surface of a sphere, which basically means that you can use… Continue reading Using the Haversine Formula in Drupal 7

A Tool for Opscode Chef Cookbook Readme Generation

Consistency is the key to successful engineering teams. Here at Newmedia we are constantly seeking ways of providing tools to allow our engineers to be more efficient. The consistency is critical when understanding and managing the technical debt created by a team of intelligent people. One area we spend a fair amount of time focusing… Continue reading A Tool for Opscode Chef Cookbook Readme Generation

Published
Categorized as DevOps

Better Living Through DevOps

A series of articles that cover how NEWMEDIA utilizes best practices to better secure and improve operational infrastructure. The DevOps movement is about enabling better collaboration between development and operational IT staff by automating operational processes. Done correctly, the implementation of DevOps methodologies enables increased productivity, allowing us to spend less time on the dreary… Continue reading Better Living Through DevOps

Drupal CMI: How Drupal 8’s Configuration API Can Work for Development Teams

Drupal 8 opens the door for clean, readable, version-controlled configuration in Drupal development. But how can we leverage this system effectively in development teams? Configuration Management in Drupal 7, Our Process Our collaborative Drupal 7 development process typically starts with a site built by a team, entirely defined in code. We don’t do databases until… Continue reading Drupal CMI: How Drupal 8’s Configuration API Can Work for Development Teams

Deploying a Drupal Site from a Chef Role

With a properly setup Chef repository and server, managing Drupal application deployments becomes a simple exercise of managing the subset of metadata within the combinations Chef role files that are specific to each deployment. Prerequisites This article will focus solely on the mechanics of how to deploy a Drupal site by creating and updating a… Continue reading Deploying a Drupal Site from a Chef Role