SlackBuilds Repository

15.0 > System > mongodb (7.0.8)

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: mongodb 5.0 requires use of the AVX instruction set: check if
your cpu supports it with

grep avx /proc/cpuinfo | uniq

(no output means it doesn't)

This requires: snappy, mongo-c-driver, yaml-cpp, pymongo, python3-psutil, python3-jsonschema, cheetah3, snowballstemmer

Maintained by: Willy Sudiarto Raharjo
Keywords: mongo,mongodb,database
ChangeLog: mongodb

Homepage:
https://www.mongodb.org/

Source Downloads (64bit):
mongodb-src-r7.0.8.tar.gz (40608f11bf26fef651bcb4bb172a2c29)

Download SlackBuild:
mongodb.tar.gz
mongodb.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
files
mongodb.SlackBuild
mongodb.info
patches
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds