system/mongodb: Fix README.

This commit is contained in:
B. Watson 2016-11-14 14:48:51 -05:00 committed by Willy Sudiarto Raharjo
parent 3b6650c908
commit 2882f94b2b
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,6 +1,8 @@
MongoDB is a scalable, high-performance, open source document-oriented database.
MongoDB is a scalable, high-performance, open source document-oriented
database.
You'll need to create a mongo user and group in order to run mongo with the provided init script:
You'll need to create a mongo user and group in order to run mongo with
the provided init script:
# groupadd -g 285 mongo
# useradd -u 285 -d /var/lib/mongodb -s /bin/false -g mongo mongo