Changes

Jump to navigation Jump to search
914 bytes added ,  14:03, 18 June 2012
no edit summary
Line 240: Line 240:  
  yum --enablerepo=epel install memcached
 
  yum --enablerepo=epel install memcached
 
Now you will be able to install/update SOGo and run yum update fine too.
 
Now you will be able to install/update SOGo and run yum update fine too.
 +
 +
=== Installing SOGo on SME8 64 bit ===
 +
Adding the repository to your SME Server 8:
 +
 +
db yum_repositories set sogo repository \
 +
      BaseURL http://inverse.ca/downloads/SOGo/RHEL5/x86_64/ \
 +
      EnableGroups yes \
 +
      GPGCheck no \
 +
      Name "Inverse SOGo Repository" \
 +
      Visible yes \
 +
      status disabled
 +
 +
db yum_repositories set nethsme repository \
 +
      BaseURL http://smeserver.nethesis.it/releases/8/i386 \
 +
      EnableGroups yes \
 +
      GPGCheck yes \
 +
      Name "Nethesis SME Repository" \
 +
      Visible yes \
 +
      status disabled
 +
 +
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
 +
 +
yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo
 +
 +
Now you must change some path in /etc/httpd.conf. Proceed as follows:
 +
    
=== Reference ===
 
=== Reference ===
97

edits

Navigation menu