Line 19: |
Line 19: |
| Adding the repository to your SME Server 8: | | Adding the repository to your SME Server 8: |
| | | |
− | db yum_repositories set sogo repository \
| |
− | BaseURL http://inverse.ca/downloads/SOGo/RHEL5/i386 \
| |
− | EnableGroups yes \
| |
− | GPGCheck no \
| |
− | Name "Inverse SOGo Repository" \
| |
− | Visible yes \
| |
− | status disabled
| |
− |
| |
| db yum_repositories set nethsme repository \ | | db yum_repositories set nethsme repository \ |
− | BaseURL http://smeserver.nethesis.it/releases/8/i386 \ | + | BaseURL http://smeserver.nethesis.it/releases/8/$basearch \ |
| EnableGroups yes \ | | EnableGroups yes \ |
| GPGCheck yes \ | | GPGCheck yes \ |
− | Name "Nethesis SME Repository" \ | + | GPGKey http://smeserver.nethesis.it/releases/RPM-GPG-KEY-nethesis \ |
| + | Name "SME Server - nethesis" \ |
| Visible yes \ | | Visible yes \ |
| status disabled | | status disabled |
− | | + | |
| + | db yum_repositories set sogo repository \ |
| + | BaseURL http://inverse.ca/downloads/SOGo/RHEL5/\$basearch \ |
| + | EnableGroups yes \ |
| + | GPGCheck no \ |
| + | Name "Inverse SOGo Repository" \ |
| + | Visible yes \ |
| + | status disabled |
| + | |
| db yum_repositories set epel repository \ | | db yum_repositories set epel repository \ |
− | Name 'Epel - EL5' \
| + | Name 'Epel - EL5' \ |
− | BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
| + | BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \ |
− | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
| + | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \ |
− | EnableGroups no \
| + | EnableGroups no \ |
− | GPGCheck yes \
| + | GPGCheck yes \ |
− | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
| + | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \ |
− | Visible no \
| + | Visible no \ |
− | status disabled
| + | status disabled |
| | | |
| signal-event yum-modify | | signal-event yum-modify |
− |
| |
− | Installing the GPG key to verify the packages:
| |
− |
| |
− | wget http://smeserver.nethesis.it/releases/RPM-GPG-KEY-nethesis
| |
− | rpm --import RPM-GPG-KEY-nethesis
| |
| | | |
| Then you can install smeserver-sogo package | | Then you can install smeserver-sogo package |