Changes

Jump to navigation Jump to search
1,941 bytes removed ,  00:11, 23 November 2016
Line 1: Line 1:  
{{Languages|Egroupware}}
 
{{Languages|Egroupware}}
 +
{{usefulnote}}
 +
= Version =
 +
{{ #smeversion: smeserver-egroupware}}
 +
 
=Description=
 
=Description=
 
eGroupWare is a [http://www.egroupware.org/philosophy free] enterprise ready groupware software for your network. It enables you to manage contacts, appointments, todos and many more for your whole business.
 
eGroupWare is a [http://www.egroupware.org/philosophy free] enterprise ready groupware software for your network. It enables you to manage contacts, appointments, todos and many more for your whole business.
Line 10: Line 14:     
With this RPM you can use eGroupWare on your SME 7.x (and above). You can install it as one single package in a very comfortable way.
 
With this RPM you can use eGroupWare on your SME 7.x (and above). You can install it as one single package in a very comfortable way.
  −
  −
      
=egroupware-epl 14.1 Only SME9 =
 
=egroupware-epl 14.1 Only SME9 =
Line 27: Line 28:     
For installation run the following commands:
 
For installation run the following commands:
 
+
* for [[stephdl]]
 
   db yum_repositories set stephdl repository \
 
   db yum_repositories set stephdl repository \
 
  BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
 
  BaseURL http://mirror.de-labrusse.fr/smeserver/\$releasever \
Line 35: Line 36:  
  Visible yes status disabled
 
  Visible yes status disabled
   −
You have to enable epel repository http://wiki.contribs.org/Epel
+
* For [[epel]]
   −
For SME 9.x,
   
  /sbin/e-smith/db yum_repositories set epel repository \
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  Name 'Epel - EL6' \
 
  Name 'Epel - EL6' \
Line 48: Line 48:  
  status disabled
 
  status disabled
    +
* For [[egroupware_repository]]
 +
 +
db yum_repositories set egroupware repository \
 +
Name "server_eGroupWare" \
 +
BaseURL http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/ \
 +
EnableGroups no GPGCheck yes \ Name "eGroupware (CentOS_6)" \
 +
GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/repodata/repomd.xml.key \
 +
Visible yes status disabled
 
then
 
then
   Line 63: Line 71:  
then
 
then
 
  yum install --enablerepo=fws smeserver-dovecot-extras
 
  yum install --enablerepo=fws smeserver-dovecot-extras
 +
'''RESPONSE : Aucun paquet smeserver-dovecot-extras disponible. !!!! --> SOLUTION ? '''<br />
 +
'''PROBLEM : NO smeserver-dovecot-extras RPM IN FWS REPOSITORY'''
 +
 
else install directly
 
else install directly
  yum install smeserver-egroupware-epel --enablerepo=stephdl,epel,egroupware
+
  yum install smeserver-egroupware-epl --enablerepo=stephdl,epel,egroupware
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 +
'''RESPONSE : Erreur : Paquet : egroupware-epl-core-16.1.20161107-1.1.noarch (egroupware) Requiert : php >= 5.4.0 !!!! --> SOLUTION ?'''<br />
 +
'''PROBLEM : MAJOR VERSION NOW IN OPENSUSE REPOSITORY - REQUIRE PHP 5.5 BUT PHP 5.4 IN SME 9.1'''
    
you can go to the [[Egroupware#Starting_with_eGroupWare|Setup]]
 
you can go to the [[Egroupware#Starting_with_eGroupWare|Setup]]
   −
=eGroupWare 1.8.007 for SME 8.0 and above =
+
==DB commands==
 +
# config show egroupware
 +
egroupware=service
 +
    DbName=egroupware
 +
    DbPassword=V1/+eSZxL9KcAoSCX0+kZL0+UUbZeQ7KTw==
 +
    DbUser=egwuser
 +
    HTTPS=on
 +
    MaxExecutionTime=90
 +
    MemoryLimit=256M
 +
    Name=eGroupWare
 +
    PublicAccess=global
 +
    UploadMaxFileSize=65M
 +
 
 +
for example if you want to modify the UploadMaxFileSize
 +
config setprop egroupware UploadMaxFileSize 256M
 +
signal-event console-save
 +
 
 +
=eGroupWare 1.8.007 for SME 8.x =
    
==Maintainers==
 
==Maintainers==
Line 78: Line 108:     
'''see [[Egroupware_repository]] to enable the egroupware repository'''
 
'''see [[Egroupware_repository]] to enable the egroupware repository'''
* For sme8
      
For installation run the following commands:
 
For installation run the following commands:
Line 94: Line 123:  
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
   −
* For SME 9
  −
  −
{{Note box|due to the recent stable release of egroupware-epl, all rpm called eGroupware are now obsolete and you cannot install them from the official repository. During the time needed for doing a new package smeserver-egroupware-epl, they will be available in the [[stephdl]] repository}}
  −
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
     −
yum install smeserver-egroupware --enablerepo=stephdl,epel
  −
signal-event post-upgrade; signal-event reboot
  −
  −
see the [[bugzilla:8438]], the contribs is pending its release in smecontribs for SME Server 9.0
      
==Configuration==
 
==Configuration==
Line 241: Line 238:     
then go to web interface to configure your app and update the db.
 
then go to web interface to configure your app and update the db.
  −
=eGroupWare 1.4.004 for SME 7.x =
  −
  −
==Maintainers==
  −
[[User:Berdie/de|Dietmar Berteld]]<br/>
  −
mailto:dietmar@berteld.com
  −
  −
[[User:Cool34000|Sylvain Gomez]]<br/>
  −
mailto:sylvaingomez@free.fr
  −
  −
[[User:Snoopyski|Stéphane Gauvin]]<br/>
  −
mailto:sgauvin@serviceinfosg.com
  −
  −
[[User:Studiosacchetti|Andrea Sacchetti]]<br/>
  −
mailto:studiosacchetti@gmail.com
  −
  −
  −
==Installation==
  −
For installation run the following commands:
  −
wget http://mirror.contribs.org/contribs/sgomez/contribs/egroupware/smeserver-egroupware-1.4.004-1.noarch.rpm
  −
yum localinstall smeserver-egroupware-1.4.004-1.noarch.rpm
  −
The rpm is about 26Mbytes in size, so may take some minutes to download.
  −
  −
{{Note box|msg=see [[bugzilla:7640]] you have to set the upload_tmp_dir in the php.ini as described [[Uploadtmpdir|here]] For SME Server V8}}
  −
  −
==Update/Upgrade==
  −
'''Please note that this RPM cannot upgrade eGroupWare 1.2.x'''
  −
{{Warning box|'''Because of a bug in old RPM versions'''*''', YOU MUST UNINSTALL THE OLD RPM BEFORE UPDATING WITH THE FOLLOWING COMMAND:'''
  −
'''rpm -e smeserver-egroupware --noscripts'''
  −
'''This will prevent installation files and MySQL to be deleted.'''
  −
  −
<nowiki>*</nowiki>'' Affected versions are smeserver-egroupware-1.4-10 and older''}}
  −
  −
Then, you can update your existing 1.4 installation with
  −
rpm -Uvh smeserver-egroupware-1.4.004-1.noarch.rpm
  −
If you were upgrading eGroupWare version (i.e.1.4.001 to 1.4.002) you must finish the upgrade at the Config-Admin Setup with your existing credentials. Then click on upgrade...
  −
  −
[[Image:eGW-upgrade-step1.png]]
  −
  −
Then re-check your install
  −
  −
[[Image:eGW-upgrade-step2.png]]
  −
  −
If all went ok, upgrade is done!
  −
  −
[[Image:eGW-upgrade-step3.png]]
  −
  −
A backup is done by the RPM before updating. All Files and MySQL DataBase are saved in /opt/eGW_RPM_BACKUP
  −
'''You must move the backup to a safe directory.'''
  −
  −
This automatic step is just for safety, '''make your own backup before updating/upgrading.'''
  −
  −
==Uninstallation==
  −
To uninstall use the following command:
  −
yum remove smeserver-egroupware
  −
In the new release (1.4.002-x), if you want to completely remove eGroupWare from your server, you need the following command:
  −
sh /root/eGW-Full-Uninstall.sh
  −
This will delete eGroupWare's installation files, MySQL database and SME database entries.
      
=Starting with eGroupWare=
 
=Starting with eGroupWare=
Line 541: Line 480:     
http://sites.google.com/site/studiosacchetti/home/downloads/smeserver-egroupware-1.6.003-2.noarch.rpm
 
http://sites.google.com/site/studiosacchetti/home/downloads/smeserver-egroupware-1.6.003-2.noarch.rpm
 +
 +
= Bug report =
 +
Egroupware is listed in the [http://bugs.contribs.org/enter_bug.cgi?product=SME%20Contribs&component=smeserver-egroupware bugtracker contribs section].
 +
Please report all bugs, new feature requests and documentation issues there.
 +
 +
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-egroupware |noresultsmessage="No open bugs found."}}
    
=Additional information=
 
=Additional information=
2

edits

Navigation menu