Blame SOURCES/README

d47586
NAME
d47586
       %{scl_name}  -  manual page for %{scl_name} %{version} Software Collec‐
d47586
       tion
d47586
d47586
SYNOPSIS
d47586
       scl enable %{scl_name} 'nginx'
d47586
d47586
       service {scl_name}-nginx start 'nginx'
d47586
d47586
DESCRIPTION
d47586
       Package %{scl_name} provides Nginx web server as a Software Collection.
d47586
       For  more  information  about  Software Collections, see the scl(1) man
d47586
       page. By installing the %{scl_name} collection, you will get the	 mini‐
d47586
       mum working set of packages to have a working Perl Nginx web server.
d47586
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 %{_scl_root} in case of the %{scl_name} collection.
d47586
d47586
       Nginx  is  a web server and a reverse proxy server for HTTP, SMTP, POP3
d47586
       and IMAP protocols, with a strong focus on  high	 concurrency,  perfor‐
d47586
       mance and low memory usage.
d47586
d47586
       When  you  want	to  work  with the %{scl_name} collection, use the scl
d47586
       utility (see the scl(1) man page for usage) to enable the scl  environ‐
d47586
       ment.
d47586
d47586
EXAMPLES
d47586
       scl enable %{scl_name} 'command --arg'
d47586
d47586
	      Run  a  specific	command  with  the	 argument  --arg within the
d47586
	      %{scl_name} software collections environment.
d47586
d47586
       scl enable %{scl_name} 'command --arg'
d47586
d47586
	      Run a specific command with argument  --arg  within  %{scl_name}
d47586
	      software collections environment.
d47586
d47586
       scl enable %{scl_name} bash
d47586
d47586
	      Run  an  interactive shell with the %{scl_name} software collec‐
d47586
	      tion enabled.
d47586
d47586
       scl enable %{scl_name} 'man nginx'
d47586
d47586
	      Show man pages for the nginx command, which is  a	 part  of  the
d47586
	      %{scl_name} software collection.
d47586
d47586
REPORTING BUGS
d47586
       Report bugs to <http://bugzilla.redhat.com>.