Software Development

Install Git in Red Hat Enterprise Linux and AWS EC2

This post will show how to install Git in Red Hat Enterprise Linux in AWS EC2.

Requirements

  • AWS Account
  • Email address
  • Provisioned EC2 instance with Red Hat Enterprise Linux AMI
  • Putty
  • Fast Internet Connection

Provision an EC2 Instance

We require a EC2 already provisioned. Please revisit the following blog post.

Provision a Server (EC2) on AWS

Convert .pem files to.pkk for putty

We may reuse existing key pair generated from previously provisioned EC2 instances to avoid converting .pem to .pkk files over and over. In case there is a circumstance that requires new key pair to be generated, please revisit the following blog post.

Convert the PEM files to a PPK files using PuttyGen

Install Git

1. Perform System Update

Not really required but it is recommended and a good practice.

[wp_ad_camp_1]

[wp_ad_camp_2]

2. Install Git

[wp_ad_camp_3]

[wp_ad_camp_4]

Now we can verify the installation using the following command:

[wp_ad_camp_5]

Loading

Got comments or suggestions? We disabled the comments on this site to fight off spammers, but you can still contact us via our Facebook page!.


You Might Also Like