Getting Ready

For this recipe, we need to install PM2 globally:

    npm install -g pm2

Also, we need to install Nginx:

    sudo apt-get update
sudo apt-get install nginx