Browse Source

Merge branch 'master' of github.com:janoside/btc-rpc-explorer

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
fea0088f1f
  1. 3
      docs/Server-Setup.md

3
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

Loading…
Cancel
Save