Difference between revisions of "Zmrepo"
From SME Server
Jump to navigationJump to search (Page init) |
Unnilennium (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<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 enable it using the option --enablerepo=zmrepo at the SME Server shell.}} | <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 enable it using the option --enablerepo=zmrepo at the SME Server shell.}} | ||
+ | Ideally just use the smeserver-extrarepositories-zmrepo package and do <syntaxhighlight lang="bash"> | ||
+ | yum --enablerepo=smecontribs install smeserver-extrarepositories-zmrepo | ||
+ | signal-event yum-modify | ||
+ | </syntaxhighlight> | ||
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. | ||
</noinclude> | </noinclude> | ||
db yum_repositories set zmrepo repository \ | db yum_repositories set zmrepo repository \ | ||
− | BaseURL 'http://zmrepo. | + | BaseURL 'http://zmrepo.zoneminder.com/el/$releasever/$basearch' \ |
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 16: | ||
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> |
Latest revision as of 02:42, 29 December 2018
Ideally just use the smeserver-extrarepositories-zmrepo package and do
yum --enablerepo=smecontribs install smeserver-extrarepositories-zmrepo
signal-event yum-modify
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.zoneminder.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