https://github.com/ali-hussein-dev/ec2-node
https://github.com/ali-hussein-dev/ec2-node
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/ec2-node
- Owner: Ali-Hussein-dev
- Created: 2022-12-24T12:15:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T12:38:23.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:11:23.361Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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]`