Skip to content

Instantly share code, notes, and snippets.

@Jan200101
Created July 2, 2017 15:37
Show Gist options
  • Save Jan200101/b288ac181b2f10697b861e485d1206de to your computer and use it in GitHub Desktop.
Save Jan200101/b288ac181b2f10697b861e485d1206de to your computer and use it in GitHub Desktop.
cd ~
curl -sL https://deb.nodesource.com/setup_7.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
sudo apt-get install build-essential
npm install pm2 -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment