Blame SOURCES/README

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