Found 61 repositories(showing 30)
NotHarshhaa
Comprehensive repository covering the installation and setup of essential DevOps and DevSecOps tools
NotHarshhaa
Automate the installation/uninstallation of essential DevOps tools on Linux and Windows with a single script. Perfect for DevOps engineers and enthusiasts looking to streamline their setup process.
NotHarshhaa
Master DevOps Tools Installation & Configuration — Your comprehensive guide to setting up a professional DevOps environment with step-by-step tutorials and best practices.
Muhammadkafaby
setup-server-automate is an automation project designed to streamline the setup of a DevOps environment on a server. It includes a series of scripts that automate the installation and configuration of essential software and services, making it easier to establish a robust and secure development and production environment.
meibraransari
🚀 A complete Jenkins Zero-to-Hero learning project covering installation, master–agent setup, CI/CD pipelines, Docker integration, notifications, user management, backups, upgrades, and real-world build pipelines for Node.js, Angular, Maven, and Gradle. This project helps beginners and DevOps engineers master Jenkins with hands-on examples
devopsyokesh
Jenkins is an open source, Java-based automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. Continuous integration (CI) is a DevOps practice in which team members regularly commits their code changes to the version control repository, after which automated builds and tests are run. Continuous delivery (CD) is a series of practices where code changes are automatically built, tested and deployed to production. This tutorial will walk you through the steps of installing Jenkins on a CentOS 7 system using the official Jenkins repository. Prerequisites Before continuing with this tutorial, make sure you are logged in as a user with sudo privileges. Installing Jenkins To install Jenkins on your CentOS system, follow the steps below: Jenkins is a Java application, so the first step is to install Java. Run the following command to install the OpenJDK 8 package: sudo yum install java-1.8.0-openjdk-devel Copy The current version of Jenkins does not support Java 10 (and Java 11) yet. If you have multiple versions of Java installed on your machine make sure Java 8 is the default Java version. The next step is to enable the Jenkins repository. To do that, import the GPG key using the following curl command: curl --silent --location http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo | sudo tee /etc/yum.repos.d/jenkins.repo Copy And add the repository to your system with: sudo rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key Copy Once the repository is enabled, install the latest stable version of Jenkins by typing: sudo yum install jenkins Copy After the installation process is completed, start the Jenkins service with: sudo systemctl start jenkins Copy To check whether it started successfully run: systemctl status jenkins Copy You should see something similar to this: ● jenkins.service - LSB: Jenkins Automation Server Loaded: loaded (/etc/rc.d/init.d/jenkins; bad; vendor preset: disabled) Active: active (running) since Thu 2018-09-20 14:58:21 UTC; 15s ago Docs: man:systemd-sysv-generator(8) Process: 2367 ExecStart=/etc/rc.d/init.d/jenkins start (code=exited, status=0/SUCCESS) CGroup: /system.slice/jenkins.service Copy Finally enable the Jenkins service to start on system boot. sudo systemctl enable jenkins Copy jenkins.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig jenkins on Copy Adjust the Firewall If you are installing Jenkins on a remote CentOS server that is protected by a firewall you need to port 8080. Use the following commands to open the necessary port: sudo firewall-cmd --permanent --zone=public --add-port=8080/tcp sudo firewall-cmd --reload Copy Setting Up Jenkins To setup your new Jenkins installation, open your browser and type your domain or IP address followed by port 8080: http://your_ip_or_domain:8080 Copy A screen similar to the following will appear, prompting you to enter the Administrator password that is created during the installation: Use the following command to print the password on your terminal: sudo cat /var/lib/jenkins/secrets/initialAdminPassword Copy You should see a 32-character long alphanumeric password as shown below: 2115173b548f4e99a203ee99a8732a32 Copy Copy the password from your terminal, paste it into the Administrator password field and click Continue. On the next screen you will be asked whether you want to install the suggested plugins or to select specific plugins. Click on the Install suggested plugins box, and the installation process will start immediately. Once the installation is complete, you will be prompted to set up the first administrative user. Fill out all required information and click Save and Continue. On the next page you will be asked to set the URL for the Jenkins instance. The URL filed will be populated with an automatically generated URL. To complete the setup confirm the URL by clicking on the Save and Finish button. Finally, click on the Start using Jenkins button and you will be redirected to the Jenkins dashboard logged in as the admin user you have created in one of the previous steps. If you’ve reached this point, you’ve successfully installed Jenkins on your CentOS system. Conclusion In this tutorial, you have learned how to install and complete the initial configuration of Jenkins on CentOS/RHEL based systems. You can now visit the official Jenkins documentation page and start exploring Jenkins’s workflow and plug-in model.
alphacrack
mac-devops-setup is an open-source initiative providing DevOps and Infrastructure engineers with a single Bash script to automate the installation of essential tools, languages, IDEs, and plugins on a new MacBook. It drastically simplifies the setup process, reduces setup time, and ensures a consistent development environment.
Siyal2
🛠️ DevOps Tool Installation Scripts Welcome to the DevOps Tool Installation Scripts repository! This collection provides automated scripts to streamline the installation and configuration of essential DevOps tools, aiming to reduce manual effort and ensure consistent setups across environments.
InfraQ-Labs
Step-by-step Kubernetes installation on Ubuntu 24.04 using kubeadm, containerd, and Calico. Production-ready single-node cluster setup with networking, configuration, and troubleshooting guide for DevOps and cloud engineers.
heyIshwar
A PowerShell script to automate the installation of essential developer tools and utilities on Windows using the winget package manager. This script simplifies the setup process for developers by installing a curated collection of tools and applications commonly used for software development, web development, database management, DevOps, and more.
This startup script is designed to streamline the setup of a developer's environment on Linux or macOS systems. Whether you're a full-stack developer, DevOps engineer, or just someone looking to quickly prepare a system for software development, this script simplifies the process by automating the installation of key software and tools.
Sudoharry
This guide focuses on DevOps-related tools and utilizes shell scripting to streamline the process. I've created both install and uninstall guides that ensure efficient management of these tools. By leveraging shell scripts, you can significantly reduce the time required for setup, completing the installation of all necessary files within seconds
sumansah4623
A practical guide to Kubernetes for DevOps engineers — includes setup scripts, Kind installation, kubectl usage, and hands-on examples for container orchestration.
valorisa
Le Player Multimédia Ultime pour Windows 11 (2026). Setup DevOps optimisé : mpv pro (d3d11va/NVIDIA), LazyRadio TUI, & yt-dlp. Installation automatisée pour MINGW64.
Abhiz2411
Hands-on Python basics for DevOps with step-by-step tasks including installation, environment setup, Flask application, and JSON handling, plus notes and automation scripts
knightabir
🚀 A one-stop solution for installing and configuring essential DevOps tools like AWS CLI, Azure CLI, Docker, Kubernetes, Terraform, Jenkins, SonarQube, and more. Automate your DevOps environment setup with cross-platform installation scripts for Linux. 🔧
Abhiz2411
**Description for GitHub Repo:** Master Ansible for configuration automation! 🚀 Includes playbooks for Java Maven Build Server, Docker Setup, Nginx Installation, reusable roles, beginner-friendly notes, and commonly used playbooks. Perfect for enhancing DevOps skills! 🛠️✨
jorgepezuela
Comprehensive repository covering the installation and setup of essential DevOps and DevSecOps tools
faisaltufail007
No description available
laique8438
No description available
Sureshbeniwa06
𝐃𝐞𝐯𝐎𝐩𝐬 𝐓𝐨𝐨𝐥𝐬 - 𝐒𝐞𝐭𝐮𝐩, 𝐈𝐧𝐬𝐭𝐚𝐥𝐥𝐚𝐭𝐢𝐨𝐧𝐬, 𝐆𝐮𝐢𝐝𝐞𝐬
PrajwalJ15
No description available
Jairajthakur
No description available
shiva-bollibattula
This repository includes all the documentation of tools used in DevOps (Installation/Setups, Configuration and Scripts).
Devpokhariya
DevOps tools installation & Setup
No description available
AnkurRajPandey
DevOps Demo's for installation and setup
No description available
devops-application-deployment
Amal-J
Installation & setup of devops related tools in Linux env