Line 298: |
Line 298: |
| sv t httpd-e-smith | | sv t httpd-e-smith |
| service sogod start | | service sogod start |
| + | |
| + | === Installing SOGo on SME9 === |
| + | |
| + | ==== Maintainer ==== |
| + | [mailto:stephdl@de-labrusse.fr Stéphane de Labrusse] AKA [[User:Stephdl|Stephdl]] |
| + | |
| + | |
| + | === Requirements === |
| + | For SME 9 , You need to activate '''[[Stephdl]]''' |
| + | |
| + | db yum_repositories set stephdl repository \ |
| + | BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \ |
| + | EnableGroups no GPGCheck yes \ |
| + | Name "Mirror de Labrusse" \ |
| + | GPGKey http://mirror.de-labrusse.fr/RPM-GPG-KEY \ |
| + | Visible yes 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 \ |
| + | Name 'Epel - EL5' \ |
| + | BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \ |
| + | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \ |
| + | EnableGroups no \ |
| + | GPGCheck yes \ |
| + | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \ |
| + | Visible no \ |
| + | status disabled |
| + | |
| + | signal-event yum-modify |
| + | |
| + | === Installation === |
| + | This contrib is currently held in several repositories, so the following commands will install it on your smeserver. |
| + | |
| + | yum --enablerepo=stephdl,epel,sogo install smeserver-sogo |
| + | |
| + | You will then need to activate the database changes etc. |
| + | The 'official' way is to perform |
| + | |
| + | signal-event post-upgrade; signal-event reboot |
| | | |
| === Reference === | | === Reference === |