Difference between revisions of "Fws"

From SME Server
Jump to navigationJump to search
m
Line 12: 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
 +
 +
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=yes
 +
    status=disabled
 +
 
----
 
----
 +
 +
 
[[Category: Yum_Repository]]</noinclude>
 
[[Category: Yum_Repository]]</noinclude>

Revision as of 16:37, 23 May 2014

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=fws at the SME Server shell.


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 yes 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=yes
   status=disabled