Skip to main content

Posts

Showing posts from March, 2017

Tutorial: Set up a continuous testing pipeline with Node.js

Continuous integration  is large part of modern development workflows. Most of us are familiar with basic CI services that automatically build code as new changes are pushed. But what if you took that a step further and not only built your code, but also  deployed  and  tested  it within the same pipeline? This is  continuous development . Let’s outline the steps of the pipeline: Continuous integration : Push new code to GitHub, which is then built by CircleCI. Continuous deployment : Automatically deploy the new application to Heroku. Continuous testing : Execute post-deployment tests with Assertible. I’ve created an example Node.js app for the To Read more click here Reference:- This article was published on BestDevOps.com

Puppet Training Sessions by DevOps Experts — scmGalaxy

In computing, Puppet is an open-source software configuration management tool. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its own declarative language to describe system configuration. Puppet is produced by Puppet, founded by Luke Kanies in 2005. It is written in Ruby and released as free software under the GNU General Public License (GPL) until version 2.7.0 and the Apache License 2.0 after that. We offer a variety of training options to help you or your team get up and running with Puppet, or take your skills to the next level. Whether you attend one of our training courses classroom or explore a online interactive training option, you’re learning from real Puppet professionals who have been there and want to help you succeed. Agenda of the Puppet Training 1. The Basics Introduction To Configuration Management About The Author Why Puppet? How To Access Your Working Files 2. The Puppet Infrastructure Puppet Agents Puppet...