Browse Source

Update Server-Setup.md

fix-133-memory-crash
Dan Janosik 7 years ago
committed by GitHub
parent
commit
4e79551299
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/Server-Setup.md

3
docs/Server-Setup.md

@ -2,10 +2,9 @@
apt update
apt upgrade
apt install git python-software-properties
apt install git python-software-properties software-properties-common nginx
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
npm install pm2 --global
apt install nginx
add-apt-repository ppa:certbot/certbot
apt update
apt upgrade

Loading…
Cancel
Save