Difference between revisions of "Digium repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (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...") |
Unnilennium (talk | contribs) (→SME8) |
||
Line 29: | Line 29: | ||
After adding it to the database updating the configuration file is required: | After adding it to the database updating the configuration file is required: | ||
signal-event yum-modify | signal-event yum-modify | ||
+ | |||
+ | |||
+ | ==SME9== | ||
+ | === digium-13 repo === | ||
+ | /sbin/e-smith/db yum_repositories set digium-13 repository \ | ||
+ | Name 'CentOS-$releasever - Digium 13' \ | ||
+ | Baseurl 'http://packages.digium.com/centos/$releasever/digium-13/$basearch/' \ | ||
+ | EnableGroups no \ | ||
+ | GPGCheck yes \ | ||
+ | GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | <noinclude> | ||
+ | After adding it to the database updating the configuration file is required: | ||
+ | signal-event yum-modify | ||
+ | |||
---- | ---- | ||
[[Category: Yum_Repository]]</noinclude> | [[Category: Yum_Repository]]</noinclude> |
Revision as of 08:39, 6 May 2016
Below you find the installation command for the Digium repo repository which can be entered on the SME Server shell.
SME8
global repo
/sbin/e-smith/db yum_repositories set digium repository \ Name 'Digium Packages for Centos 5 - $basearch' \ BaseURL 'http://packages.digium.com/centos/5/current/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://packages.digium.com/RPM-GPG-KEY-Digium \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
1.8 repo
/sbin/e-smith/db yum_repositories set asterisk18 repository \ Name 'CentOS-5 - Digium 1.8 - $basearch' \ BaseURL 'http://packages.digium.com/centos/5/digium-1.8/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://packages.digium.com/RPM-GPG-KEY-Digium \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
SME9
digium-13 repo
/sbin/e-smith/db yum_repositories set digium-13 repository \ Name 'CentOS-$releasever - Digium 13' \ Baseurl 'http://packages.digium.com/centos/$releasever/digium-13/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify