diff --git a/README.md b/README.md index 15b0eae..600ed9c 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,12 @@ This document outlines the step-by-step process for deploying a 2-tier web appli sudo systemctl start jenkins sudo systemctl enable jenkins ``` +4. **Clone git repo to ubuntu machine:** + ```bash + git clone + ``` -4. **Initial Jenkins Setup:** +5. **Initial Jenkins Setup:** * Retrieve the initial admin password: ```bash sudo cat /var/lib/jenkins/secrets/initialAdminPassword @@ -140,7 +144,7 @@ This document outlines the step-by-step process for deploying a 2-tier web appli * Access the Jenkins dashboard at `http://:8080`. * Paste the password, install suggested plugins, and create an admin user. -5. **Grant Jenkins Docker Permissions:** +6. **Grant Jenkins Docker Permissions:** ```bash sudo usermod -aG docker jenkins sudo systemctl restart jenkins @@ -307,4 +311,4 @@ The CI/CD pipeline is now fully operational. Any `git push` to the `main` branch ### **10. Work flow Diagram** - \ No newline at end of file +