diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:48:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 2882f94b2b76eb93773eee329d88346765f65220 (patch) | |
tree | 70e9ed2286ebde7133a25769060566406239ef2f /system/mongodb/README | |
parent | 3b6650c9080f373e8299865e9a4a2dd9b1eb573f (diff) | |
download | slackbuilds-2882f94b2b76eb93773eee329d88346765f65220.tar.gz slackbuilds-2882f94b2b76eb93773eee329d88346765f65220.tar.xz |
system/mongodb: Fix README.
Diffstat (limited to 'system/mongodb/README')
-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 |