Difference between revisions of "Software Collections Repositories"
Line 6: | Line 6: | ||
=== '''For SME 9.x 64-bit ONLY''' === | === '''For SME 9.x 64-bit ONLY''' === | ||
====Official Redhat repositories==== | ====Official Redhat repositories==== | ||
− | = | + | = PHP54 = |
/sbin/e-smith/db yum_repositories set scl-php54 \ | /sbin/e-smith/db yum_repositories set scl-php54 \ | ||
repository Name 'Software collections - php54' \ | repository Name 'Software collections - php54' \ | ||
Line 16: | Line 16: | ||
The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository '''[[remi]]'''. | The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository '''[[remi]]'''. | ||
− | * for | + | * Remi Collet scl repository for PHP54 |
/sbin/e-smith/db yum_repositories set scl-php54more \ | /sbin/e-smith/db yum_repositories set scl-php54more \ | ||
repository Name 'Software collections - php54more' \ | repository Name 'Software collections - php54more' \ | ||
Line 22: | Line 22: | ||
EnableGroups no Visible yes status disabled | EnableGroups no Visible yes status disabled | ||
− | + | = PHP55 = | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | ||
/sbin/e-smith/db yum_repositories set scl-php55 \ | /sbin/e-smith/db yum_repositories set scl-php55 \ | ||
repository Name 'Software collections - php55' \ | repository Name 'Software collections - php55' \ | ||
Line 38: | Line 32: | ||
The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository '''[[remi]]'''. | The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository '''[[remi]]'''. | ||
− | * | + | * Remi Collet scl repository for PHP55 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/sbin/e-smith/db yum_repositories set scl-php55more \ | /sbin/e-smith/db yum_repositories set scl-php55more \ | ||
repository Name 'Software collections - php55more' \ | repository Name 'Software collections - php55more' \ |
Revision as of 22:55, 6 January 2015
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
For SME 9.x 64-bit ONLY
Official Redhat repositories
/sbin/e-smith/db yum_repositories set scl-php54 \ repository Name 'Software collections - php54' \ BaseURL 'https://www.softwarecollections.org/repos/rhscl/php54/epel-6-x86_64/' \ EnableGroups no Visible yes status disabled
Remi Collet scl repositories
The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository remi.
- Remi Collet scl repository for PHP54
/sbin/e-smith/db yum_repositories set scl-php54more \ repository Name 'Software collections - php54more' \ BaseURL 'https://www.softwarecollections.org/repos/remi/php54more/epel-6-x86_64' \ EnableGroups no Visible yes status disabled
/sbin/e-smith/db yum_repositories set scl-php55 \ repository Name 'Software collections - php55' \ BaseURL 'https://www.softwarecollections.org/repos/rhscl/php55/epel-6-x86_64/' \ EnableGroups no Visible yes status disabled
Remi Collet scl repositories
The Remi scl repositories provide more detailed PHP rpm's then the Redhat repository does. For example phpxx-mcrypt can be found only in the scl repository of remi. You can mix the Redhat and Remi scl repositories or obviously use just one. You can find also the remi scl in its repository remi.
- Remi Collet scl repository for PHP55
/sbin/e-smith/db yum_repositories set scl-php55more \ repository Name 'Software collections - php55more' \ BaseURL 'https://www.softwarecollections.org/repos/remi/php55more/epel-6-x86_64' \ EnableGroups no Visible yes status disabled
/sbin/e-smith/db yum_repositories set scl-mysql55 \ repository Name 'Software collections - mysql55' \ BaseURL 'https://www.softwarecollections.org/repos/rhscl/mysql55/epel-6-x86_64/' \ EnableGroups no Visible yes status disabled
/sbin/e-smith/db yum_repositories set scl-postgresql92 \ repository Name 'Software collections - postgresql92' \ BaseURL 'https://www.softwarecollections.org/repos/rhscl/postgresql92/epel-6-x86_64/' \ EnableGroups no Visible yes status disabled
/sbin/e-smith/db yum_repositories set scl-python33 \ repository Name 'Software collections - python33' \ BaseURL 'https://www.softwarecollections.org/repos/rhscl/python33/epel-6-x86_64/' \ EnableGroups no Visible yes status disabled
After adding it to the database updating the configuration file is required by issuing:
signal-event yum-modify