Difference between revisions of "Fws"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
</noinclude> | </noinclude> | ||
db yum_repositories set fws repository \ | db yum_repositories set fws repository \ | ||
− | BaseURL http://repo.firewall-services.com/ | + | BaseURL http://repo.firewall-services.com/centos/\$releasever \ |
− | EnableGroups no GPGCheck | + | EnableGroups no GPGCheck yes \ |
− | Visible | + | Name "Firewall Services" \ |
+ | GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ | ||
+ | Visible no status disabled | ||
<noinclude> | <noinclude> | ||
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 | ||
+ | |||
+ | To view your settings you may run this command: | ||
+ | '''db yum_repositories show fws''' | ||
+ | Which should give an output now of: | ||
+ | fws=repository | ||
+ | BaseURL=http://repo.firewall-services.com/centos/$releasever | ||
+ | EnableGroups=no | ||
+ | GPGCheck=yes | ||
+ | GPGKey=http://repo.firewall-services.com/RPM-GPG-KEY | ||
+ | Name=Firewall Services | ||
+ | Visible=no | ||
+ | status=disabled | ||
+ | |||
+ | there's also a testing repository where I put work in progress | ||
+ | |||
+ | </noinclude> | ||
+ | db yum_repositories set fws-testing repository \ | ||
+ | BaseURL http://repo.firewall-services.com/centos-testing/\$releasever \ | ||
+ | EnableGroups no GPGCheck yes \ | ||
+ | Name "Firewall Services Testing" \ | ||
+ | GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ | ||
+ | Visible no status disabled | ||
+ | <noinclude> | ||
+ | |||
+ | |||
---- | ---- | ||
+ | |||
+ | |||
[[Category: Yum_Repository]]</noinclude> | [[Category: Yum_Repository]]</noinclude> |
Latest revision as of 13:45, 17 July 2017
Below you find the installation command for the Fws repository which can be entered on the SME Server shell.
db yum_repositories set fws repository \ BaseURL http://repo.firewall-services.com/centos/\$releasever \ EnableGroups no GPGCheck yes \ Name "Firewall Services" \ GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ Visible no status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
To view your settings you may run this command:
db yum_repositories show fws
Which should give an output now of:
fws=repository BaseURL=http://repo.firewall-services.com/centos/$releasever EnableGroups=no GPGCheck=yes GPGKey=http://repo.firewall-services.com/RPM-GPG-KEY Name=Firewall Services Visible=no status=disabled
there's also a testing repository where I put work in progress
db yum_repositories set fws-testing repository \ BaseURL http://repo.firewall-services.com/centos-testing/\$releasever \ EnableGroups no GPGCheck yes \ Name "Firewall Services Testing" \ GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ Visible no status disabled