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