CLOUD9 from c9.io
1. Create New Workspace > SSH
2. Hostname: ec2-184-72-92-230.compute-1.amazonaws.com
3. Username: ubuntu
4. Copy SSH Key
AMAZON from your local terminal
5. ssh -i PrivateKey.pem ubuntu@ec2-184-72-92-230.compute-1.amazonaws.com
6. nano ~/.ssh/authorized_keys
7. Paste SSH key from Cloud9
INSTALL NODE.JS from terminal inside amazon vm
8. sudo apt-get update
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
1. Create New Workspace > SSH
2. Hostname: ec2-184-72-92-230.compute-1.amazonaws.com
3. Username: ubuntu
4. Copy SSH Key
AMAZON from your local terminal
5. ssh -i PrivateKey.pem ubuntu@ec2-184-72-92-230.compute-1.amazonaws.com
- Note: PrivateKey.pem must locally be in same folder as this ssh command
6. nano ~/.ssh/authorized_keys
7. Paste SSH key from Cloud9
INSTALL NODE.JS from terminal inside amazon vm
8. sudo apt-get update
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
CLOUD9 from c9.io
9. Login Test
10. Apply