Blame SOURCES/README.7

d47586
.TH %{scl_name} "7" "" "%{scl_name} %{version} Software Collection" "User Commands"
d47586
.SH NAME
d47586
%{scl_name} \- manual page for %{scl_name} %{version} Software Collection
d47586
.SH SYNOPSIS
d47586
.B scl
d47586
\fIenable %{scl_name} \[aq]nginx\[aq]\fR
d47586
.PP
d47586
.B service
d47586
\f%{scl_name}-nginx start \[aq]nginx\[aq]\fR
d47586
.SH DESCRIPTION
d47586
Package %{scl_name} provides Nginx web server as a Software
d47586
Collection. For more information about Software Collections,
d47586
see the \fIscl\fR(1) man page. By installing the %{scl_name} collection,
d47586
you will get the minimum working set of packages to have a working Perl Nginx
d47586
web-server.
d47586
.PP
d47586
Software Collections allows use of applications which are not located
d47586
in the filesystem root hierarchy but are present in an alternative
d47586
location, which is \fI%{_scl_root}\fR in case of the %{scl_name}
d47586
collection.
d47586
.PP
d47586
Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
d47586
IMAP protocols, with a strong focus on high concurrency, performance and low
d47586
memory usage.
d47586
.PP
d47586
When you want to work with the %{scl_name} collection, use the \fBscl\fR
d47586
utility (see the \fIscl\fR(1) man page for usage) to enable the scl
d47586
environment.
d47586
.SH EXAMPLES
d47586
scl enable %{scl_name} \[aq]\fIcommand\fR \fB\-\-arg\fR\[aq]
d47586
.IP
d47586
Run a specific \fIcommand\fR with the argument \fB\-\-arg\fR within the
d47586
%{scl_name} software collections environment.
d47586
.PP
d47586
scl enable %{scl_name} \[aq]command \fI--arg\fR\[aq]
d47586
.IP
d47586
Run a specific command with argument --arg within %{scl_name} software collections environment.
d47586
.PP
d47586
scl enable %{scl_name} bash
d47586
.IP
d47586
Run an interactive shell with the %{scl_name} software collection enabled.
d47586
.PP
d47586
scl enable %{scl_name} \[aq]man nginx\[aq]
d47586
.IP
d47586
Show man pages for the nginx command, which is a part of the
d47586
%{scl_name} software collection.
d47586
.SH "REPORTING BUGS"
d47586
Report bugs to <http://bugzilla.redhat.com>.