to install express from scratch:
- Go to cloud.google.com
- Go to my Console
- Choose you Project.
- Choose “Compute Engine”
- Choose “Networks”
- Choose the interface for you Instances.
- In firewalls section, Go to Create New.
- Create your rule, in this case “Protocols & Ports” would be “tcp:9090” i guess.
- Save.
sudo yum —assumeyes group install “Development Tools” ;
curl o https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash ;
nvm install node ;
#############sudo yum —assumeyes install httpd mod_ssl ;
#############sudo /usr/sbin/apachectl start ;