Package mongodb24 provides MongoDB server delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the mongodb24 collection,
you will get the minimum working set of packages to have a working
MongoDB server.

Usage: scl enable mongodb24 'mongod'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is
/opt/rh/mongodb24/root in case of the mongodb24 collection.

This package provides the mongod server daemon and the mongos
sharding server daemon software, default configuration files and
init scripts.

When you want to work with the mongodb24 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Configuration for the mongodb24 software collection is located under
/opt/rh/mongodb24/root/etc .

Examples:
scl enable mongodb24 'command --arg'
  Run a specific command with the argument --arg within the mongodb24
  software collections environment.

scl enable mongodb24 'mongod'
  Run mongod from the mongodb24 software collection.

scl enable mongodb24 'bash'
  Run an interactive shell wherein the mongodb24 software collection
  is enabled.

scl enable mongodb24 'man mongod'
  Show man pages for the mongod command, which is a part of the
  mongodb24 software collection.

Report bugs to <http://bugzilla.redhat.com>.
