Blame SOURCES/README

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