This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > System > mongodb (3.2.0)

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

This requires: scons

Maintained by: Miguel De Anda
Keywords: mongo,mongodb,database
ChangeLog: mongodb

Homepage:
http://www.mongodb.org/

Source Downloads:
mongodb-src-r3.2.0.tar.gz (52062a6d229c9dd66964771a8a2e6dff)

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

(the SlackBuild does not include the source)

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

Validated for Slackware 14.1

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