Difference between revisions of "Remi"
From SME Server
Jump to navigationJump to search (Created page with "<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package ena...") |
|||
Line 17: | Line 17: | ||
Name 'Remi - EL6' \ | Name 'Remi - EL6' \ | ||
BaseURL 'http://rpms.famillecollet.com/enterprise/6/remi/$basearch/' \ | BaseURL 'http://rpms.famillecollet.com/enterprise/6/remi/$basearch/' \ | ||
+ | EnableGroups no \ | ||
+ | GPGCheck yes \ | ||
+ | GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | |||
+ | ==remi-php55_EL6== | ||
+ | only for sme9 | ||
+ | /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 \ | EnableGroups no \ | ||
GPGCheck yes \ | GPGCheck yes \ |
Revision as of 16:16, 29 April 2014
Below you find the installation command for the Remi repository which can be entered on the SME Server shell.
Remi - EL5
/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 no \ status disabled
Remi - EL6
/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 no \ status disabled
remi-php55_EL6
only for sme9
/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 no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify