Difference between revisions of "Zmrepo"

From SME Server
Jump to navigationJump to search
(Page init)
 
Line 6: Line 6:
 
  EnableGroups no GPGCheck no \
 
  EnableGroups no GPGCheck no \
 
  Name "zmrepo" \
 
  Name "zmrepo" \
 +
exclude ffmpeg-2.6.4,celt-0.11 \
 
  Visible no status disabled
 
  Visible no status disabled
  
Line 11: Line 12:
 
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
 
+
[[Category: Yum_Repository]]</noinclude>
+
[[Category: Yum_Repository]]
 +
</noinclude>

Revision as of 11:32, 18 March 2018

Warning.png Warning:
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 enable it using the option --enablerepo=zmrepo at the SME Server shell.


Below you find the installation command for the Zmrepo repository which can be entered on the SME Server shell.

db yum_repositories set zmrepo repository \
BaseURL 'http://zmrepo.mehvc.com/el/$releasever/$basearch' \
EnableGroups no GPGCheck no \
Name "zmrepo" \
exclude ffmpeg-2.6.4,celt-0.11 \
Visible no status disabled


After adding it to the database updating the configuration file is required:

signal-event yum-modify