From 4e79551299cf8080cbadc01bf3c8c1e66ebae314 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 10 Dec 2017 23:11:31 -0500 Subject: [PATCH 1/3] Update Server-Setup.md --- docs/Server-Setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index a9d9221..6bea8b5 100644 --- a/docs/Server-Setup.md +++ b/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 From 2f56472ab8cf9bad7d27c2d0c39d12026a20818e Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 10 Dec 2017 23:22:56 -0500 Subject: [PATCH 2/3] Update Server-Setup.md --- docs/Server-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index 6bea8b5..fd189db 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -15,5 +15,7 @@ Copy content from [./btc-explorer.com.conf](./btc-explorer.com.conf) into `/etc/ certbot --nginx -d btc-explorer.com cd /etc/ssl/certs openssl dhparam -out dhparam.pem 4096 + cd /home/bitcoin + git clone https://github.com/janoside/btc-rpc-explorer.git cd /home/bitcoin/btc-rpc-explorer pm2 start bin/www --name "btc-rpc-explorer" From 698c3afd65973781de89f9ba974eb64dae9fe14c Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sun, 10 Dec 2017 23:42:33 -0500 Subject: [PATCH 3/3] Update Server-Setup.md --- docs/Server-Setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Server-Setup.md b/docs/Server-Setup.md index fd189db..7260a46 100644 --- a/docs/Server-Setup.md +++ b/docs/Server-Setup.md @@ -18,4 +18,5 @@ Copy content from [./btc-explorer.com.conf](./btc-explorer.com.conf) into `/etc/ cd /home/bitcoin git clone https://github.com/janoside/btc-rpc-explorer.git cd /home/bitcoin/btc-rpc-explorer + npm install pm2 start bin/www --name "btc-rpc-explorer"