mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

At point D, you start the mongo shell which is listening on port 27017 for incoming connections from BDB. At point E, you don't mention to open a new terminal because you want to keep the mongo shell alive (or run it in background with addition of '&', however I prefer to see the mongo output). Being stupid me, I shut down the terminal which resulted in not being able to start BDB. Beside that, I added a verification step to make sure that BDB server is running correctly.