Blame SOURCES/README

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