[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /ftp/pub/os/Linux/distr/salix/sbo/14.1/system/mongodb/
 
Contents of README:
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

Icon  Name                                           Last modified      Size  
[DIR] Parent Directory - [TXT] README 05-Jul-2014 03:21 405 [   ] doinst.sh 05-Jul-2014 03:21 598 [TXT] mongodb.SlackBuild 12-Dec-2015 01:25 2.9K [   ] mongodb.info 12-Dec-2015 01:25 288 [TXT] rc.mongodb 05-Jul-2014 03:21 769 [TXT] slack-desc 26-Nov-2013 10:57 730

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!