From c638beee0f3ae8f74487146e073e1c0034574698 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Fri, 11 May 2018 17:22:19 -0400 Subject: [PATCH] Update Server-Setup.md --- docs/Server-Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index 7260a46..1c58985 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -2,8 +2,9 @@ apt update apt upgrade - apt install git python-software-properties software-properties-common nginx + apt install git python-software-properties software-properties-common nginx gcc g++ make curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - + apt install -y nodejs npm install pm2 --global add-apt-repository ppa:certbot/certbot apt update