GitLab Articles

Found 3 articles

How to Install and Configure GitLab on CentOS 8/7?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 3K+ Views

GitLab is an open-source platform that allows you to manage your source code repositories and collaborate with your team members. With GitLab, you can host your Git repositories, manage code reviews, automate CI/CD pipelines, and much more. In this article, we will guide you through the process of installing and configuring GitLab on CentOS 8/7. Prerequisites Before we start with the installation, there are a few prerequisites that you need to fulfill − A CentOS 8/7 server with a minimum of 4GB of RAM and 2 CPU cores. A domain name pointing to the server's IP ...

Read More

Gitlab pipeline creation along with its components and stages

Kiran Gaikwad
Kiran Gaikwad
Updated on 10-Mar-2025 318 Views

Gitlab offers various features and one of them is pipeline. Gitlab pipeline is used to perform continuous integration, continuous deployment ,code quality checks, security checks, artifact storage etc. The .gitlab-ci.yml file plays a vital role in the gitlab pipeline. All the pipeline configuration is written in the .gitlab-ci.yml file.CI/CD pipeline can run automatically when events are triggered like pushing to a branch , merging to a branch etc. Pipeline Components Jobs and Stages together form the pipeline. YAML keywords are used to define the stages and jobs. Jobs: Jobs run specific commands to achieve a single goal. For example a ...

Read More

How to Automate Documentation Workflows for Developers?

Priya Mishra
Priya Mishra
Updated on 08-Aug-2023 289 Views

Automating the process of documenting work tasks which is essential for developers in this fast-paced digital world. They are always finding ways to make their work more efficient and that saves their time also. Documentation is a crucial task of their job as it helps them to collaborate with the team, communicate information and ensure that projects run smoothly. However, manual documentation can be time-consuming and can lead to mistakes. Here comes automation into the picture. By automating the process of documentation, developers can improve accuracy, concentrate on their core strengths and save time. In this article, we will learn ...

Read More
Showing 1–3 of 3 articles
« Prev 1 Next »
Advertisements