Blame SOURCES/README

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