Changes

From SME Server
Jump to navigationJump to search
3 bytes removed ,  18:59, 6 January 2015
no edit summary
Line 11: Line 11:  
After enabling the scl repo, the scl packages can be installed by issuing the following command:
 
After enabling the scl repo, the scl packages can be installed by issuing the following command:
 
  yum install scl-utils
 
  yum install scl-utils
 +
    
==== Installation of a collection ====
 
==== Installation of a collection ====
Line 17: Line 18:  
You have to enable the correct repository for example scl-php55 or scl-php54
 
You have to enable the correct repository for example scl-php55 or scl-php54
 
  yum list available \* --disablerepo=* --enablerepo=scl-php54
 
  yum list available \* --disablerepo=* --enablerepo=scl-php54
  −
   
and to install a collection: (example)
 
and to install a collection: (example)
 
   yum install php54 --enablerepo=scl-php54
 
   yum install php54 --enablerepo=scl-php54
   
An overview of installed collections one can use:
 
An overview of installed collections one can use:
 
  scl -l
 
  scl -l
   
Collections will be installed in:
 
Collections will be installed in:
 
  /opt/rh
 
  /opt/rh
   
as defined by the collection packager and noted here:
 
as defined by the collection packager and noted here:
 
  /etc/scl/prefixes
 
  /etc/scl/prefixes
Line 43: Line 39:  
|order=ascending
 
|order=ascending
 
}}
 
}}
 +
    
== Building your own software collections ==  
 
== Building your own software collections ==  

Navigation menu