Skip to content

Instantly share code, notes, and snippets.

@kontact-chan
kontact-chan / gist:803822a564fd8b16d58f
Created August 31, 2014 16:51 — forked from donaldparker/gist:0902c451896cfa96d556
AWS install MEAN + socket.io
aws install MEAN
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html
#makesure you are in the directory with .pem file downloaded from ec2 console
ssh -i myec2access.pem ec2-user@URL.compute.amazonaws.com
sudo yum install gcc-c++
sudo yum install openssl-devel
sudo yum install git
git clone git://github.com/joyent/node.git