Updated dependencies in README, docker build

pull/1/head
slush 2018-02-11 13:52:33 +01:00
parent 269ed97042
commit fb4a2ae373
1 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# blockbook
## Install using Docker:
```
git clone https://github.com/jpochyla/blockbook.git
cd blockbook/docker
./build.sh
```
## Install
Setup go environment (Debian 9):
@ -37,10 +45,17 @@ Install Go interface to ZeroMQ:
go get github.com/pebbe/zmq4
```
Install additional go libraries - glog logging, socket.io:
Install additional go libraries:
```
go get github.com/golang/glog
go get github.com/graarh/golang-socketio
go get github.com/btcsuite/btcd
go get github.com/gorilla/handlers
go get github.com/bsm/go-vlq
go get github.com/gorilla/handlers
go get github.com/gorilla/mux
go get github.com/pebbe/zmq4
go get github.com/pkg/profile
```
Install blockbook: