An open API service indexing awesome lists of open source software.

https://github.com/ali-hussein-dev/ec2-node


https://github.com/ali-hussein-dev/ec2-node

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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]`