Blame SOURCES/README

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