Git

How To Automate Your Node.js Production Deployments with Shipit on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Automate Your Node.js Production Deployments with Shipit on CentOS 7

Shipit is a universal automation and deployment tool for Node.js developers. It features a task flow based on the popular Orchestrator package, login and interactive SSH commands through OpenSSH, and an extensible API. Developers can use Shipit to automate build and deployment workflows for a wide range of Node.js applications. In this tutorial you will install and configure Shipit to deploy a basic Node.js application from your local development environment to your product environment.

Read more
How To Install Git on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on CentOS 7

Git is a powerful distributed version control system that allows you to keep track of your software at the source level. In this guide, we’ll demonstrate a few different ways to install Git on a Cent OS 7 server and how to get started using it.

Read more
How To Install Git on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 14.04

Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we’ll demonstrate a few different ways to install git on an Ubuntu 14.04 server and how to get started.

Read more
How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync — step-by-step Linux tutorial on Progressive Robot

How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync

In this guide you will develop a Node.js server that listens for a GitHub webhook notification whenever you or someone else pushes code to GitHub. This script will automatically update a repository on a remote server with the most recent version of the code, eliminating the need to log in to a server to pull new commits.

Read more
CHAT