Difference between revisions of "Horde5"
Unnilennium (talk | contribs) |
|||
Line 58: | Line 58: | ||
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=Horde5|noresultsmessage="No open bugs found."}} | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=Horde5|noresultsmessage="No open bugs found."}} | ||
-- | -- | ||
− | <noinclude>[[Category:Mail]][[Category:Howto]][[Category: | + | <noinclude>[[Category:Mail]][[Category:Howto]][[Category:Contrib]]</noinclude> |
Revision as of 20:03, 9 February 2017
Here is a short how to on how to upgrade your horde 3 base installation on SME9 to a full Horde 5.2 installation
Maintainer
John Bennett III aka mrjhb3
Sources
http://mirror.contribs.org/contribs/jbennett/horde
Install Horde 5.2 on SME9
ssh to your SME Server 9
cd /root wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip
- followings are optional:
wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-rpms.zip.md5sum wget http://mirror.contribs.org/contribs/jbennett/horde/horde52-srpms.zip.md5sum
- then unzip and install
unzip horde52-rpms.zip cd horde52 sh Install-horde52.sh
- finally configure and upgrade
signal-event post-upgrade ; signal-event reboot
- congratulation you have Horde 5.2 on SME9
Small fix to correct issue with PHP size, see the link below [ADD by TDB 19th Nov 2016]
SME_Server:Documentation:FAQ:Section04#Large_attachments_not_displaying_in_webmail
Basically I needed to expand the memory size for PHP to 64M I have doubled the original size from 32M to 64M not sure this is the best size but works for me.
db configuration setprop php MemoryLimit 64M expand-template /etc/php.ini sv t httpd-e-smith
With out the above fix some things may not work - in my case when I setup EM Client for email, calendars, contacts & tasks.
All worked well except for the calendar items.
All credit to Stefano he gave me the answer (I have just shared here for others)
More information
https://forums.contribs.org/index.php/topic,50969.0.html
Bugs
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the Horde5 component or use this link
--