Skip to content

Instantly share code, notes, and snippets.

@fonov
Last active January 31, 2017 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fonov/8190400813ea5ad17609722d9e3bfafa to your computer and use it in GitHub Desktop.
Save fonov/8190400813ea5ad17609722d9e3bfafa to your computer and use it in GitHub Desktop.
adduser {name}
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo npm install n -g
sudo n latest
node -v
sudo npm install pm2 -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment