Difference between revisions of "Software Collections Repositories"

From SME Server
Jump to navigationJump to search
Line 11: Line 11:
 
  Name 'Centos - RH Software Collections' \
 
  Name 'Centos - RH Software Collections' \
 
  BaseURL 'http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' \
 
  BaseURL 'http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' \
 +
EnableGroups no \
 +
Visible yes \
 +
status disabled
 +
 +
/sbin/e-smith/db yum_repositories set centos-sclo-sclo repository \
 +
Name 'Centos - RH Software Collections' \
 +
BaseURL 'http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' \
 
  EnableGroups no \
 
  EnableGroups no \
 
  Visible yes \
 
  Visible yes \

Revision as of 23:33, 2 November 2017


Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install a package enable it using the option --enablerepo=<reponame> at the SME Server shell.


Below you find the installation command for the Software Collections Repositories repository which can be entered on the SME Server shell.

A description of the Redhat Software Collections can be found here and can be downloaded manually from here

To use these repos on SME please see this page http://wiki.contribs.org/PHP_Software_Collections

For SME 9.x 64-bit ONLY
/sbin/e-smith/db yum_repositories set centos-sclo-rh repository \
Name 'Centos - RH Software Collections' \
BaseURL 'http://mirror.centos.org/centos/$releasever/sclo/$basearch/rh/' \
EnableGroups no \
Visible yes \
status disabled 
/sbin/e-smith/db yum_repositories set centos-sclo-sclo repository \
Name 'Centos - RH Software Collections' \
BaseURL 'http://mirror.centos.org/centos/$releasever/sclo/$basearch/sclo/' \
EnableGroups no \
Visible yes \
status disabled 

After adding it to the database updating the configuration file is required by issuing:

signal-event yum-modify