[horde] Activating modules

Barsalou barjunk at attglobal.net
Fri Jul 16 00:19:38 PDT 2004


Here is a small script I have been using to activate some of the
modules.  It works for a majority of the apps except IMP and TURBA,
because these require extra setup steps.  

It's a start.
-- 
Barsalou <barjunk at attglobal.net>
-------------- next part --------------
cd /var/www/html/horde
if [ ! -d $1 ] ; then
 cvs -Q -z3 -d :pserver:cvsread at anoncvs.horde.org:/repository co -r HEAD $1
fi 
cd $1/config
touch conf.php
chmod 664 conf.php
chown root.apache conf.php
for foo in *.dist
  do cp $foo `basename $foo .dist`
done



More information about the horde mailing list