Difference between revisions of "Freeswitch repo"

From SME Server
Jump to navigationJump to search
(Page init)
 
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
  status disabled
 
  status disabled
  
[[Category:Repository]]
+
After adding the repo to the database updating the configuration file is required by issuing:
 +
signal-event yum-modify
 +
 
 +
[[Category: Yum_Repository]]

Latest revision as of 13:13, 21 February 2015

For SME Server 8 and 9:

/sbin/e-smith/db yum_repositories set freeswitch repository \
Name 'Freeswitch' \
BaseURL 'http://files.freeswitch.org/yum/$releasever/$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH \
Visible no \
status disabled

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

signal-event yum-modify