Skip to content

Commit

Permalink
Problem: Issue #2217 is unresolved (#2169)
Browse files Browse the repository at this point in the history
* Problem: Some docs still say to run MongoDB w/ replica set

Solution: Update the relevant docs

* Problem: A docs mention of upsert-validator wasn't linked to BEP-3.

Solution: Link that docs mention to BEP-3 on GitHub.
  • Loading branch information
ttmc authored and vrde committed Apr 3, 2018
1 parent 8086f75 commit ec5f66b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and of course you also need to install BigchainDB Sever from the local code you
MongoDB can be easily installed, just refer their [installation documentation](https://docs.mongodb.com/manual/installation/) for your distro.
We know MongoDB 3.4 works with BigchainDB.
MongoDB 3.6 _might_ work, or it might not. You could try it.
After the installation of MongoDB is complete, run MongoDB using `sudo mongod --replSet=bigchain-rs`
After the installation of MongoDB is complete, run MongoDB using `sudo mongod`


## Installing Tendermint
Expand Down Expand Up @@ -151,7 +151,7 @@ NOTE: before executing the above command the user must ensure that they reset th

### Closing Notes

How to check `bigchaindb upsert-validator`:
How to check `bigchaindb upsert-validator` (which was first specified in [BEP-3](https://github.com/bigchaindb/BEPs/tree/master/3)):

- Clean bigchaindb (`bigchaindb drop`, `bigchaindb init`) and execute `bigchaindb upsert-validator B0E42D2589A455EAD339A035D6CE1C8C3E25863F268120AA0162AD7D003A4014 10`
- Start Tendermint
Expand Down

0 comments on commit ec5f66b

Please sign in to comment.