# New server tutorial

$ sudo apt-get install git make nginx
$ git clone https://github.com/tj/n

# NVM

NVM

# Nginx

$ sudo systemctl start nginx 
$ sudo systemctl stop nginx 
$ sudo systemctl restart nginx

# PM2

npm i -g pm2