Cloud Automation Continuous Deployment with Codeship and Dokku The following steps will help you successfully deploy from Codeship to Dokku. This will not take long to implement. You only need the public ssh key from your Codeship project and the bash
DevOps What Is a DevOps Engineer? DevOps is a dynamic, rapidly evolving space—and a clear understanding of DevOps is vital to keeping application development projects competitive within the organization. How have the most successful organizations invested in the
DevOps Retrospective: State of DevOps in 2015 DevOps is one of the hottest trends in IT, but it is also one of the most ill-defined trends in the market. While vendors, analysts, consultants and IT practitioners can recognize DevOps when
Cloud Automation AWS EC2 Automation Using Bash Scripts These bash scripts will allow you to automagically SSH into newly provisioned EC2 containers on AWS, as well as terminate instances and commit to GitHub with a few simple bash commands. Since it
Cloud Automation Bitnami, Docker and Ghost - Setting up a Blog Introduction In this tutorial, we will use Bitnami containers to run the Ghost blogging platform, taking advantage of Docker features such as linking and volumes. node Since Ghost is a node.js application,