Browse Source

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

master
Dan Janosik 5 years ago
parent
commit
85e2367ab0
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      docs/Server-Setup.md

2
docs/Server-Setup.md

@ -3,7 +3,7 @@
apt update
apt upgrade
apt install git python-software-properties software-properties-common nginx gcc g++ make
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
nvm install 10.14.1 ## LTS release of NodeJS as of 2018-11-29, via https://nodejs.org/en/
npm install pm2 --global
add-apt-repository ppa:certbot/certbot

Loading…
Cancel
Save