Last active
January 31, 2017 18:35
-
-
Save fonov/8190400813ea5ad17609722d9e3bfafa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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