Change server port to 9984

This commit is contained in:
vrde
2016-04-07 14:15:29 +02:00
parent ac3ce3b6fa
commit 06f45f1dc7
5 changed files with 33 additions and 8 deletions

View File

@@ -94,10 +94,16 @@ $ rethinkdb
Then open a different terminal and run:
```text
$ bigchaindb start
$ bigchaindb init
```
During its first run, BigchainDB Server takes care of configuring a single node environment.
During its first run, the command takes care of configuring a single node environment.
After configuring the node, you can start it with:
```text
$ bigchaindb start
```
## Run BigchainDB with Docker