Automated Setups

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 Use Ansible to Automate Initial Server Setup on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Ubuntu 20.04

Ansible offers a simple architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This guide explains how to use Ansible to automate the steps contained in our Initial Server Setup Guide for Ubuntu 20.04 servers.

Read more
How To Use Cron to Automate Tasks on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Cron to Automate Tasks on Ubuntu 18.04

Cron is a time-based job scheduling daemon found in Unix-like operating systems, including Linux distributions. This guide provides an overview of how to schedule tasks using cron’s special syntax on a machine running Ubuntu 18.04. It also goes over a few shortcuts one can use to make job schedules easier to write and understand.

Read more
How to Use Ansible to Automate Initial Server Setup on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Ubuntu 22.04

Ansible offers a simple architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This guide explains how to use Ansible to automate the steps contained in our Initial Server Setup Guide for Ubuntu 20.04 servers.

Read more
CHAT