Cómo automatizar implementaciones de producción de Node.js con Shipit en CentOS 7
El autor seleccionó la Electronic Frontier Foundation para recibir una donación como parte del programa Write for DOnations.
El autor seleccionó la Electronic Frontier Foundation para recibir una donación como parte del programa Write for DOnations.
Software version control systems enable you to keep track of your software at the source level. With versioning tools, you can track changes, revert to previous stages, and branch to create alternate versions of files and directories. Git is one of the most popular version…
Os sistemas de controle de versão ajudam a compartilhar e colaborar em projetos de desenvolvimento de software. O Git é um dos sistemas de controle de versão mais populares disponíveis atualmente. Este tutorial irá mostrar como instalar e configurar o Git em um servidor…
Gitea is a popular and lightweight source code management service. Learn how to install Gitea using Docker, expose it behind Nginx, protect it with Let’s Encrypt, and set up an SSH shim to work from the command line.
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.
This tutorial will guide you through some of the next steps you may need to take after you submit a pull request to an open-source software project.
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.
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 16.04 server and how to get started.
In this tutorial, you will set up a Drone CI/CD server for source code on GitHub, add a Docker runner, use Let’s Encrypt to secure your instance, and then create a basic YAML pipeline. You will also encounter options to scale your runner using Drone Autoscaler and to store your logs on an s3-compatible server, such as object storage.
Los sistemas de control de versiones como Git son imprescindibles para las prácticas recomendadas del desarrollo de software moderno. El control de versiones le permite realizar un seguimiento de su software a nivel de fuente. Puede rastrear cambios, volver a etapas anteriores…