[cvs] [Wiki] created: CentOS5UpgradeNotes
Wiki Guest
wikiguest at horde.org
Sat Sep 6 22:34:14 UTC 2008
guest [202.174.174.8] Sat, 06 Sep 2008 18:34:14 -0400
Created page: http://wiki.horde.org/CentOS5UpgradeNotes
[[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
<code>
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
</code>
++ 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))
More information about the cvs
mailing list