Blame SOURCES/README

08077e
Package %{scl_name} provides MongoDB server delivered as a Software
08077e
Collection. For more information about Software Collections,
08077e
see the scl(1) man page. By installing the %{scl_name} collection,
08077e
you will get the minimum working set of packages to have a working
08077e
MongoDB server.
08077e
08077e
Usage: scl enable %{scl} 'mongod'
08077e
08077e
Software Collections allow you to build and execute applications
08077e
which are not located in the filesystem root hierarchy,
08077e
but are stored in an alternative location, which is
08077e
%{_scl_root} in case of the %{scl_name} collection.
08077e
08077e
This package provides the mongod server daemon and the mongos
08077e
sharding server daemon software, default configuration files and
08077e
init scripts.
08077e
08077e
When you want to work with the %{scl_name} collection, use the scl
08077e
utility (see the scl(1) man page for usage) to enable the scl
08077e
environment.
08077e
08077e
Configuration for the %{scl_name} software collection is located under
08077e
%{_sysconfdir} .
08077e
08077e
Examples:
08077e
scl enable %{scl_name} 'command --arg'
08077e
  Run a specific command with the argument --arg within the %{scl_name}
08077e
  software collections environment.
08077e
08077e
scl enable %{scl_name} 'mongod'
08077e
  Run mongod from the %{scl_name} software collection.
08077e
08077e
scl enable %{scl_name} 'bash'
08077e
  Run an interactive shell wherein the %{scl_name} software collection
08077e
  is enabled.
08077e
08077e
scl enable %{scl_name} 'man mongod'
08077e
  Show man pages for the mongod command, which is a part of the
08077e
  %{scl_name} software collection.
08077e
08077e
Report bugs to <http://bugzilla.redhat.com>.