Project Summary
Prerequisite:
- ### GitHub Account
- ### EC2 Instance
- ### Jenkins Server
- ### Docker
- ### Kubernetes
- ### ECR
GitHub is a web-based platform that hosts Git repositories and offers additional features such as issue tracking, pull requests, and code reviews. It allows developers to share and collaborate on their code with others.
We will use git hub in this project to work with the following code can be found in the repository;
>..
We created an EC2 instance to install all the necessary packages we need.
Note: We use Ubuntu 20.04 for this project, but you can use any Linux OS.
Git Installation
First, we will install git, to install git we will use the following commands;
To test the installation of git
Jenkins Installation
To install Jenkins we will refer to the document Jenkins Installation Instructions.
Top comments (0)