Git

Como instalar o Git no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 18.04

Uma versão anterior deste tutorial foi escrita por Brennen Bearnes. Os sistemas de controle de versão são cada vez mais indispensáveis no desenvolvimento de software moderno uma ver que o controle de versão permite que…

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

How To Install Git on a CentOS 6.4 VPS

Git is a distributed version control system that can be used to manage project files and source code for any site or application. This guide will cover how to install git from the CentOS repositories, or from source.

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

How To Install Git on Ubuntu 12.04

This tutorial covers how to install git on ubuntu 12.04 via apt-get and from the source. Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of projects, and can handle large amounts of data effectively by storing it on the local server.

Read more
How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
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
CHAT