mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Quickstart docs: tell them to run MongoDB using 'sudo mongod ...'
This commit is contained in:
parent
cab2ea11ab
commit
780a9c9bf5
@ -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:
|
B. Run MongoDB. Open a Terminal and run the command:
|
||||||
```text
|
```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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user