Nothing here yet.
Nothing here yet.
What is Gitlab Runner ? GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline. How to install Gitlab-runner on linux (Ubuntu) 64-bit machine ? Step 1. Run this command on your Linux terminal: sudo curl -L --output /us...

Step 1: Start an EC2 Server with Enabled Ports To begin, launch an EC2 server and make sure to enable inbound rules for ports 22, 8080, and 8000. These ports are crucial for successful configuration. Step 2: Connect to the Server via SSH Next, estab...

We'll use Jenkins, SonarQube, Docker, and AWS to build an automated CI/CD pipeline for your web application. This pipeline will build, test, analyze, and deploy your project to your AWS EC2 instance. Creating EC2 Instances Create two EC2 Instances 1s...
