mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update Quickstart with requested changes
addition of 'but' removal trailing phrase inside parentheses Url replaced with URL as it's still an acronym so it's written with capital letters
This commit is contained in:
parent
21142f1ea0
commit
b7426e52b2
@ -16,7 +16,7 @@ C. Assign rwx(read/write/execute) permissions to the user for default database d
|
||||
$ sudo chmod -R 700 /data/db
|
||||
```
|
||||
|
||||
D. Run MongoDB (do not close this terminal):
|
||||
D. Run MongoDB (but do not close this terminal):
|
||||
```text
|
||||
$ sudo mongod --replSet=bigchain-rs
|
||||
```
|
||||
@ -57,7 +57,7 @@ I. Run BigchainDB Server:
|
||||
$ bigchaindb start
|
||||
```
|
||||
|
||||
J. Verify BigchainDB Server setup by visiting the BigchainDB Root Url in your browser (if not changed during installation):
|
||||
J. Verify BigchainDB Server setup by visiting the BigchainDB Root URL in your browser:
|
||||
```text
|
||||
$ http://127.0.0.1:9984/
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user