Git

How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Jekyll Site Using Git Hooks on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, you’ll learn how to automate the deployment process for your Jekyll site using Git and Git hooks, as well as how to additionally secure your production environment by using the `git-shell`.

Read more
How To Install and Configure GitLab on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure GitLab on Ubuntu

GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu.

Read more
Como instalar o Git no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Git no Ubuntu 20.04

Sistemas de controle de versão como o Git são essenciais para as melhores práticas de desenvolvimento de softwares modernos. O controle de versão permite que você acompanhe seu software a nível de código-fonte. É possível rastrear as alterações, retornar a etapas anteriores, e…

Read more
Visual Studio Code で Git統合を使用する方法 — step-by-step DevOps tutorial on Progressive Robot

Visual Studio Code で Git統合を使用する方法

Visual Studio Codeは、Web開発で最も人気のあるエディターのひとつです。このような人気を博した理由は、多くの組み込み機能によります。Git などのソース管理統合もそのひとつです。Gitは、それ自体最も人気のある強力なソース管理統合のプロバイダーの一つですが、VS Code でその機能を活用すると、さらに有用性が増します。

Read more
Como Instalar e Configurar o GitLab no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Configurar o GitLab no Ubuntu 16.04

O GitLab CE, ou Community Edition, é uma aplicação open source usada principalmente para hospedar repositórios Git, com recursos adicionais relacionados ao desenvolvimento, como rastreamento de problemas. Ele é projetado para ser hospedado usando a sua própria infraestrutura, e…

Read more
How To Deploy a Rails App with Git Hooks on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with Git Hooks on Ubuntu 14.04

In this tutorial, we will show you how to use Git hooks to automate the deployment of the production environment of your Rails application to a remote Ubuntu 14.04 server. Using Git hooks will allow you to deploy your application by simply pushing your changes to a production server. This particular setup uses a simple “post-receive” Git hook, in addition to Puma as the application server, Nginx as a reverse proxy to Puma, and PostgreSQL as the database.

Read more
CHAT