Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Feb 1, 2023
1 parent 1eda45a commit 75e07cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Install Jenkins, configure Docker as agent, set up cicd, deploy applications to

<img width="994" alt="Screenshot 2023-02-01 at 12 37 45 PM" src="https://user-images.githubusercontent.com/43399466/215974891-196abfe9-ace0-407b-abd2-adcffe218e3f.png">

Install Jenkins.
### Install Jenkins.

Pre-Requisites:
- Java (JDK)

Run the below commands to install Java and Jenkins
### Run the below commands to install Java and Jenkins

Install Java

Expand All @@ -41,7 +41,7 @@ sudo apt-get update
sudo apt-get install jenkins
```

By default, Jenkins will not be accessible to the external world due to the inbound traffic restriction by AWS. Open port 8080 in the inbound traffic rules as show below.
**Note: ** By default, Jenkins will not be accessible to the external world due to the inbound traffic restriction by AWS. Open port 8080 in the inbound traffic rules as show below.

- EC2 > Instances > Click on <Instance-ID>
- In the bottom tabs -> Click on Security
Expand All @@ -51,7 +51,7 @@ By default, Jenkins will not be accessible to the external world due to the inbo
<img width="1187" alt="Screenshot 2023-02-01 at 12 42 01 PM" src="https://user-images.githubusercontent.com/43399466/215975712-2fc569cb-9d76-49b4-9345-d8b62187aa22.png">


Login to Jenkins using the below URL:
### Login to Jenkins using the below URL:

http://<ec2-instance-public-ip-address>:8080 [You can get the ec2-instance-public-ip-address from your AWS EC2 console page]

Expand All @@ -65,7 +65,7 @@ After you login to Jenkins,

<img width="1291" alt="Screenshot 2023-02-01 at 10 56 25 AM" src="https://user-images.githubusercontent.com/43399466/215959008-3ebca431-1f14-4d81-9f12-6bb232bfbee3.png">

Click on Install suggested plugins
### Click on Install suggested plugins

<img width="1291" alt="Screenshot 2023-02-01 at 10 58 40 AM" src="https://user-images.githubusercontent.com/43399466/215959294-047eadef-7e64-4795-bd3b-b1efb0375988.png">

Expand All @@ -81,7 +81,7 @@ Jenkins Installation is Successful. You can now starting using the Jenkins

<img width="990" alt="Screenshot 2023-02-01 at 11 14 13 AM" src="https://user-images.githubusercontent.com/43399466/215961440-3f13f82b-61a2-4117-88bc-0da265a67fa7.png">

Install the Docker Pipeline plugin in Jenkins:
## Install the Docker Pipeline plugin in Jenkins:

- Log in to Jenkins.
- Go to Manage Jenkins > Manage Plugins.
Expand All @@ -103,7 +103,7 @@ sudo apt update
sudo apt install docker.io
```

Grant Jenkins user and Ubuntu user permission to docker deamon.
### Grant Jenkins user and Ubuntu user permission to docker deamon.

```
sudo su -
Expand Down

0 comments on commit 75e07cc

Please sign in to comment.