From b46b769505f16dd3cc1cf730a96c9dc8da2a0f01 Mon Sep 17 00:00:00 2001 From: Miguel De Anda Date: Sat, 5 Jul 2014 07:58:12 +0700 Subject: system/mongodb: Updated for version 2.6.3. Signed-off-by: Willy Sudiarto Raharjo --- system/mongodb/README | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'system/mongodb/README') diff --git a/system/mongodb/README b/system/mongodb/README index 8ab7036278..01e9a73c0d 100644 --- a/system/mongodb/README +++ b/system/mongodb/README @@ -1,2 +1,13 @@ -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: + +# groupadd -g 285 mongo +# useradd -u 285 -d /var/lib/mongodb -s /bin/false -g mongo mongo + + +You'll also need to add the following to /etc/rc.d/rc.local + +if [ -x /etc/rc.d/rc.mongodb ]; then + /etc/rc.d/rc.mongodb start +fi -- cgit v1.2.3