Difference between revisions of "Sogo-repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
|||
Line 14: | Line 14: | ||
db yum_repositories set sogo repository \ | db yum_repositories set sogo repository \ | ||
BaseURL http://inverse.ca/downloads/SOGo/RHEL6/\$basearch \ | BaseURL http://inverse.ca/downloads/SOGo/RHEL6/\$basearch \ | ||
+ | EnableGroups yes \ | ||
+ | GPGCheck no \ | ||
+ | Name "Inverse SOGo Repository" \ | ||
+ | Visible yes \ | ||
+ | IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \ | ||
+ | status disabled | ||
+ | |||
+ | <noinclude> | ||
+ | |||
+ | ==For SME Server 10== | ||
+ | </noinclude> | ||
+ | db yum_repositories set sogo repository \ | ||
+ | BaseURL http://inverse.ca/downloads/SOGo/RHEL7/\$basearch \ | ||
EnableGroups yes \ | EnableGroups yes \ | ||
GPGCheck no \ | GPGCheck no \ |
Revision as of 08:02, 3 July 2016
For SME Server 8.x
db yum_repositories set sogo repository \ BaseURL http://inverse.ca/downloads/SOGo/RHEL5/\$basearch \ EnableGroups yes \ GPGCheck no \ Name "Inverse SOGo Repository" \ Visible yes \ IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \ status disabled
For SME Server 9.x
db yum_repositories set sogo repository \ BaseURL http://inverse.ca/downloads/SOGo/RHEL6/\$basearch \ EnableGroups yes \ GPGCheck no \ Name "Inverse SOGo Repository" \ Visible yes \ IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \ status disabled
For SME Server 10
db yum_repositories set sogo repository \ BaseURL http://inverse.ca/downloads/SOGo/RHEL7/\$basearch \ EnableGroups yes \ GPGCheck no \ Name "Inverse SOGo Repository" \ Visible yes \ IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify