From 780a9c9bf5bd7390c530124e89f2ba73f6ed743d Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 18 May 2017 14:41:16 +0200 Subject: [PATCH] Quickstart docs: tell them to run MongoDB using 'sudo mongod ...' --- docs/server/source/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index 2eae07f0..5c2b0500 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -8,7 +8,7 @@ A. Install MongoDB as the database backend. (There are other options but you can B. Run MongoDB. Open a Terminal and run the command: ```text -$ mongod --replSet=bigchain-rs +$ sudo mongod --replSet=bigchain-rs ``` C. Ubuntu 16.04 already has Python 3.5, so you don't need to install it, but you do need to install some other things: