[dev] How to run two versions of horde simultaneously.

Ben Chavet ben at chavet.net
Sun Oct 24 20:48:19 PDT 2004


The way I do it is I have a directory structure like so:

/var/www/html
              /horde
              /pear
              /vfs

/var/www/mail
              /horde
              /pear
              /vfs

So, horde lives in the /horde directory.  The framework packages that 
match the
horde version live in /pear.  And my VFS is in /vfs.  Apache uses 
/horde as the
root directory, so the others are only accessible through php calls.  And, in
horde/lib/core.php, I set my include_path to check /pear first.

I also have separate postgres databases for each installation.

It works great for me.  Hope that helps.

--Ben

Quoting "eculp at encontacto.net" <eculp at encontacto.net>:

> Hopefully there is a simple solution to this.  I want to run two head 
> versions
> of horde simultaneously.  I have two different sql databases, there isn't a
> problem with ldap but I can't think of a simple way to have two frameworks.
>
> Is anyone else doing this or have a suggestion?
>
> Thanks,
>
> ed
>
> --
> Horde developers mailing list - Join the hunt: http://horde.org/bounties/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe at lists.horde.org
>




More information about the dev mailing list