From ec5f66ba4f3da16d433c725b3806c8a7bf059c0f Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 3 Apr 2018 12:14:36 +0200 Subject: [PATCH] Problem: Issue #2217 is unresolved (#2169) * 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. --- .../run-node-as-processes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md index 21008174..b5618dc6 100644 --- a/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md +++ b/docs/contributing/source/dev-setup-coding-and-contribution-process/run-node-as-processes.md @@ -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 @@ -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