Blame SOURCES/README

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