mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
document --experimental-start-rethinkdb
This commit is contained in:
parent
693f5605f9
commit
c6aeddca35
@ -50,6 +50,8 @@ Drop (erase) the RethinkDB database. You will be prompted to make sure. If you w
|
|||||||
## bigchaindb start
|
## bigchaindb start
|
||||||
|
|
||||||
Start BigchainDB. It always begins by trying a `bigchaindb init` first. See the note in the documentation for `bigchaindb init`.
|
Start BigchainDB. It always begins by trying a `bigchaindb init` first. See the note in the documentation for `bigchaindb init`.
|
||||||
|
You can also use the `--experimental-start-rethinkdb` command line option to automatically start rethinkdb with bigchaindb if rethinkdb is not already running,
|
||||||
|
e.g. `bigchaindb --experimental-start-rethinkdb start`. Note that this will also shutdown rethinkdb when the bigchaindb process stops.
|
||||||
|
|
||||||
|
|
||||||
## bigchaindb load
|
## bigchaindb load
|
||||||
|
Loading…
x
Reference in New Issue
Block a user