Changes

From SME Server
Jump to navigationJump to search
233 bytes added ,  18:29, 1 February 2015
m
Line 16: Line 16:     
==== Installation of a collection ====
 
==== Installation of a collection ====
All [https://www.softwarecollections.org/en/ Software Collections] of Red Hat are browsable : https://www.softwarecollections.org/en/scls/ and available :  https://www.softwarecollections.org/repos/rhscl/
+
All [https://www.softwarecollections.org/en/ Software Collections] (Applications) of Red Hat are available from here:
 +
https://www.softwarecollections.org/en/scls/ and their respective repo's from here:  https://www.softwarecollections.org/repos/rhscl/
   −
You have to enable the correct repository for example scl-php55 or scl-php54
+
To be able to install a Software Collection, one must enable the respective repo. As an example, we will install PHP 5.4. To list all available version the following command can be used:
 
  yum list available \* --disablerepo=* --enablerepo=scl-php54
 
  yum list available \* --disablerepo=* --enablerepo=scl-php54
and to install a collection: (example)
+
 
 +
php54 will be listed, and t install that version and to install a collection:
 
   yum install php54 --enablerepo=scl-php54
 
   yum install php54 --enablerepo=scl-php54
An overview of installed collections one can use:
+
 
 +
Once installation is done, you can verify installed Software Collections by issuing:
 
  scl -l
 
  scl -l
 +
 
Collections will be installed in:
 
Collections will be installed in:
 
  /opt/rh
 
  /opt/rh

Navigation menu