Skip to content

Ali-Hussein-dev/ec2-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to setup node in EC2

  1. connect to ec2
  2. run sudo yum install -y gcc-c++ make
  3. specify which node version to install and run curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
  4. install node with run sudo yum install -y nodejs
  5. install git sudo yum install -y git
  6. clone a github repo git clone [github repo]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors