Blame SOURCES/README

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