slackbuilds_ponce/system/mongodb
Willy Sudiarto Raharjo ea174f0e9c
system/mongodb: Updated for version 7.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-24 20:16:11 +07:00
..
files system/mongodb: Switch to binary release. 2024-05-14 11:57:50 +07:00
doinst.sh system/mongodb: Switch to binary release. 2024-05-14 11:57:50 +07:00
mongodb.info system/mongodb: Updated for version 7.0.11. 2024-05-24 20:16:11 +07:00
mongodb.SlackBuild system/mongodb: Updated for version 7.0.11. 2024-05-24 20:16:11 +07:00
README system/mongodb: Switch to binary release. 2024-05-14 11:57:50 +07:00
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

NOTE: This script repackage binary source