Difference between revisions of "Remi"
From SME Server
Jump to navigationJump to searchm (Formatting) |
|||
Line 2: | Line 2: | ||
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell. | ||
− | = | + | = For SME 8 = |
− | + | /sbin/e-smith/db yum_repositories set remi repository \ | |
Name 'Remi - EL5' \ | Name 'Remi - EL5' \ | ||
BaseURL 'http://rpms.famillecollet.com/enterprise/5/remi/$basearch/' \ | BaseURL 'http://rpms.famillecollet.com/enterprise/5/remi/$basearch/' \ | ||
Line 13: | Line 13: | ||
status disabled | status disabled | ||
− | == | + | = For SME 9 = |
− | |||
/sbin/e-smith/db yum_repositories set remi repository \ | /sbin/e-smith/db yum_repositories set remi repository \ | ||
Name 'Remi - EL6' \ | Name 'Remi - EL6' \ | ||
Line 25: | Line 24: | ||
status disabled | status disabled | ||
− | == | + | = For PHP55 on SME 9= |
− | |||
/sbin/e-smith/db yum_repositories set remi-php55 repository \ | /sbin/e-smith/db yum_repositories set remi-php55 repository \ | ||
Name 'Remi-php55 - EL6' \ | Name 'Remi-php55 - EL6' \ | ||
Line 36: | Line 34: | ||
Exclude php-horde-horde \ | Exclude php-horde-horde \ | ||
status disabled | status disabled | ||
− | + | <headertabs/> | |
<noinclude> | <noinclude> | ||
After adding it to the database updating the configuration file is required: | After adding it to the database updating the configuration file is required: |
Revision as of 08:48, 6 October 2014
Below you find the installation command for the Remi repository which can be entered on the SME Server shell.
[edit]
/sbin/e-smith/db yum_repositories set remi repository \
Name 'Remi - EL5' \ BaseURL 'http://rpms.famillecollet.com/enterprise/5/remi/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \ Visible yes \ Exclude php-horde-Horde \ status disabled
/sbin/e-smith/db yum_repositories set remi repository \ Name 'Remi - EL6' \ BaseURL 'http://rpms.famillecollet.com/enterprise/6/remi/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \ Visible yes \ Exclude php-horde-horde \ status disabled
/sbin/e-smith/db yum_repositories set remi-php55 repository \ Name 'Remi-php55 - EL6' \ BaseURL 'http://rpms.famillecollet.com/enterprise/6/php55/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \ Visible yes \ Exclude php-horde-horde \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify