Installing Jenkins on Ubuntu OS

access_time 2025-02-27T17:30:11.617Z face Chinmay Biswal
Installing Jenkins on Ubuntu OS In this document we will see a step by step guide on how to install Jenkins on Ubuntu OS Launch your ubuntu instance and login to it Update the repositories by running below command sudo apt update 3. Install Java by running below command sudo apt install fontconfig...

Installing and Running a Sonar Server on Ubuntu OS

access_time 2025-02-27T16:31:40.238Z face Chinmay Biswal
Installing and Running a Sonar Server on Ubuntu OS In this document, we will see a step-by-step guide on how to install Sonatype and run a sonar server on Ubuntu OS What is SonarQube: SonarQube is an open-source platform used for the continuous inspection of code quality to perform automatic review...

How to install Nginx on Ubuntu

access_time 2025-02-27T16:09:35.431Z face Chinmay Biswal
How to install Nginx on Ubuntu Step-by-Step Guide to Installing Nginx on Ubuntu Nginx: Nginx is a high-performance web server and reverse proxy server. It's known for its speed, reliability, and scalability, making it popular for serving web content and handling high-traffic websites. When used as ...