6.0.0-beta13
4/12/26

[[toc]]

  • Upgrading Horde on !CentOS 5.2

Taking Horde installations from 3.1.x to 3.2x

++ Bugs

Bug ticket on http://bugs.horde.org/ticket/7300 ticket ID is 7300

++ Upgrading from 3.1.x

mkdir /zone

mkdir /zone/horde.upgrade

cd /zone/horde.upgrade

wget ftp://ftp.horde.org/pub/horde/horde-3.2.1.tar.gz

gunzip horde-3.2.1.tar.gz

tar -xf horde-3.2.1.tar -C .

mv horde-3.2.1 /var/www/html/

cd /var/www/html/horde-3.2.1/config

for foo in *.dist; do cp $foo basename $foo .dist; done

chown -R apache.apache /var/www/html/horde-3.2.1

++ Resources

Include links to protocol descriptions, specifications, RFCs, external applications, presentations on http://horde.org/papers/ or elsewhere that are relevant, articles, API docs from http://dev.horde.org/ - anything that might be useful to someone working on this.


Back to the ((Projects|Project List))