diff options
-rw-r--r-- | system/mongodb/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/mongodb/README b/system/mongodb/README index 01e9a73c0d..bf5583fcc2 100644 --- a/system/mongodb/README +++ b/system/mongodb/README @@ -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 |