How to login linux server of AWS from windows using putty?
How to Generate PPK file from PEM using PuttyGen? AWS by default do not allow accessing a linux server using password so only key is allowed. But…
GitLab Tutorials: Gitlab integration with Jira
GitLab Tutorials: Gitlab integration with Jira Step 2 – Configure your project On the top bar, select Menu > Projects and find your project. On the left sidebar, select Settings…
GitLab Tutorials: Gitlab integration with Sourcegraph
What is Sourcegraph? Sourcegraph is a code search and intelligence tool for developers. It lets you search and explore all of your organization’s code on the web,…
GitLab Tutorials: Gitlab integration with PlantUML
What is PlantUML? PlantUML is an open-source tool allowing users to create diagrams from a plain text language. Besides various UML diagrams, PlantUML has support for various…
DevOpsSchool Customer Reviews & Feedback
DevOpsSchool.com Website Facebook Page – ScmGalaxy Facebook Page – DevOpsSchool Youtube – DevOpsSchool Youtube – scmGalaxy Google Business – DevOpsSchool Google Business – ScmGalaxy Youtube Live Reviews…
GitLab Tutorials: Understanding runner config.toml & Example of config.toml
The config.toml file is what configures a runner. You wouldn’t have one unless you’re running your own gitlab-runners, in which case it would be in /etc/gitlab/config.toml on…
GitLab Tutorials: How to setup and run GitLab Runner with Group?
Step 1- Go to following location Step 2 – Copy Group registration token Step 3 – Follow rest documents as below
GitLab Tutorials: Example of .gitlab-ci.yml
.gitlab-ci.yml file to run with Docker runner Build a Docker image with CI/CD and push to the GitLab registry
GitLab Tutorials: How to setup and run GitLab Runner with Docker?
Download and install binary Command to register runner
GitLab Tutorials: How to setup and run GitLab Runner in a Linux?
Download and install binary Command to register runner Example of .gitlab-ci.yml
GitLab Tutorials: Using letsencrypt with Gitlab self hosted server
Step 1 – Create a valid DNS entry Step 2 – Do following changes Step 3 – Run following commands
GitLab Tutorials: Gitlab integration with Mailgun
Most of the Mailgun service can be accessed through the RESTful HTTP API without the need to install any libraries. It is organized around the four major…
GitLab Tutorials: Gitlab integration with Kroki
Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr,…
GitLab Tutorials: Gitpod integration with Gitlab
Spin up fresh, automated dev environments for each task, in the cloud, in seconds. Learn how to start using Gitpod on an example project that is hosted…
GitLab Tutorials: Running SAST in an offline environment in Selfhosted
For self-managed GitLab instances in an environment with limited, restricted, or intermittent access to external resources through the internet, some adjustments are required for the SAST job…
GitLab Tutorials: How to setup and run GitLab Runner in a container?
Step 1 – Install Latest Version of Docker Step 2 – Run “gitlab-runner” command in the container Step 3 – Register the runner The following steps describe…
GitLab Tutorials: GitLab Container Registry
With the Docker Container Registry integrated into GitLab, every GitLab project can have its own space to store its Docker images. View the Container Registry You can…
GitLab Tutorials: Gitlab Installation Environment variables
GitLab exposes certain environment variables which can be used to override their defaults values. People usually configure GitLab with /etc/gitlab/gitlab.rb for Omnibus installations, or gitlab.yml for installations from source. You can…
GitLab Tutorials: How to setup Gitlab in local machine ?
Port Specification System Requirements Centos 7 Docker
GitLab Tutorials: gitlab-ctl commands reference & example
omnibus-ctl: command (subcommand) check-config Check if there are any configuration in gitlab.rb that is removed in specified version deploy-page Put up the deploy page diff-config Compare the…
GitLab Tutorials: System Requirements for Gitlab local installation
Software Requirements Redis 5.0+ Storage 2.5 GB CPU 4 Core for 500 Users Memory 4GB Database PostgreSQL 12.10 Extension pg_trgm, btree_gist, plpgsql Puma Needed
GitLab Tutorials: Access gitlab Password Less in Windows
Step 1- Generate a public/private key using puttygen Download a puttygen from and generate a public key and private key by following below image. Click on Conversions…
GitLab Tutorials: Install self-managed GitLab Enterprise in Docker Container
URL – https://docs.gitlab.com/ee/install/docker.html Step 1 – Set up the volumes location $ export GITLAB_HOME=/opt/gitlab The GitLab container uses host mounted volumes to store persistent data: Step 2…
GitLab Tutorials: Install self-managed GitLab Enterprise Version in Centos 7
URL – https://about.gitlab.com/install/ Step 1 – Install and configure the necessary dependencies Step 2 – Add the GitLab package repository and install the package Step 3 –…
