Add script link

pull/4/head
Baohua Yang 2016-07-23 17:09:42 +08:00
parent 700c482185
commit 46c89f380e
1 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,15 @@
# Hyperledger fabric
Note, currently you should manually create an `openblockchain/baseimage:latest` first. The
easiest way to do so is:
You can use the following script to install docker and start PBFT cluster in one instruction.
```sh
$ bash setupPbft.sh
```
If you want to start it manually, follow the steps:
First, pull an `openblockchain/baseimage:latest` first.
```sh
$ docker pull yeasy/hyperledger:latest && docker tag yeasy/hyperledger:latest hyperledger/fabric-baseimage:latest
$ docker pull yeasy/hyperledger-peer:latest
@ -27,4 +36,4 @@ Use the noops as consensus, i.e., no consensus.
## pbft
Use pbft as consensus.
Use pbft as consensus.