Blame SOURCES/README

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