Line 12: |
Line 12: |
| | | |
| | | |
| + | |
| + | |
| + | =egroupware-epl 14.1 and above = |
| + | |
| + | ==Maintainers== |
| + | |
| + | [mailto:stephdl@de-labrusse.fr stephdl] Stéphane de Labrusse AKA [[User:stephdl|Stephdl]]<br /> |
| + | |
| + | ==Installation== |
| + | '''Only for SME9'''<br /> |
| + | |
| + | '''see [[Egroupware_repository]] to enable the egroupware repository''' |
| + | * For SME 9 |
| + | |
| + | For installation run the following commands: |
| + | |
| + | 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 |
| + | |
| + | You have to enable epel repository http://wiki.contribs.org/Epel |
| + | |
| + | For SME 9.x, |
| + | /sbin/e-smith/db yum_repositories set epel repository \ |
| + | Name 'Epel - EL6' \ |
| + | BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \ |
| + | MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \ |
| + | EnableGroups no \ |
| + | GPGCheck yes \ |
| + | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \ |
| + | Visible no \ |
| + | status disabled |
| + | |
| + | then |
| + | |
| + | signal-event yum-modify |
| + | |
| + | if you want to have the sieve support then install smeserver-dovecot-extras from [[fws]] repository |
| + | |
| + | 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 |
| + | |
| + | then |
| + | yum install --enablerepo=fws smeserver-dovecot-extras |
| + | else go directly |
| + | yum install smeserver-egroupware-epel --enablerepo=stephdl,epel,egroupware |
| + | signal-event post-upgrade; signal-event reboot |
| | | |
| =eGroupWare 1.8.007 for SME 8.0 and above = | | =eGroupWare 1.8.007 for SME 8.0 and above = |