slackbuilds_ponce/system/mongodb
Willy Sudiarto Raharjo 6830672174 system/mongodb: x86 is no longer supported.
See https://jira.mongodb.org/browse/SERVER-22810.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-06-03 07:59:52 +07:00
..
doinst.sh
mongodb.info
mongodb.SlackBuild
rc.mongodb
README
slack-desc

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