Edits to configuration.md and related docs

This commit is contained in:
troymc
2016-04-11 14:51:26 +02:00
parent bdc2cf21c4
commit ff2e36a44e
4 changed files with 110 additions and 106 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
```