Dan Janosik
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|