merge improve-config branch

This commit is contained in:
Rodolphe Marques
2016-04-12 12:39:49 +02:00
parent 43a88142f7
commit 66b811b2a2
16 changed files with 546 additions and 86 deletions

View File

@@ -11,6 +11,8 @@ We create a digital asset, sign it, write it to a BigchainDB Server instance, re
First, make sure you have RethinkDB and BigchainDB _installed and running_, i.e. you [installed them](installing-server.html) and you ran:
```text
$ rethinkdb
$ bigchaindb configure
$ bigchaindb init
$ bigchaindb start
```