Merge e77e45418cedec93b29107efe00a743bf55235c0 into 031062cc037a22115e219472abcbaa2326431ef1

This commit is contained in:
Rodolphe Marques 2016-02-23 21:03:04 +00:00
commit 02c60ee0cc

View File

@ -79,9 +79,13 @@ Then open a different terminal and run:
```text ```text
$ bigchaindb start $ bigchaindb start
``` ```
During its first run, BigchainDB takes care of configuring a single node environment. During its first run, BigchainDB takes care of configuring a single node environment.
On another terminal create some test transactions
```text
$ bigchaindb-benchmark load
```
## Run BigchainDB with Docker ## Run BigchainDB with Docker