[horde] Howto/documentation Horde 6

Brent impuser at bitrealm.com
Sat Jan 24 18:12:56 UTC 2026


  If you have a functional hord5 install and are moving to a new  
server (php8?), then it's best to do a fresh install. You can bring  
the sql (or whatever) db over from the old server. If you just  
upgraded the server OS and it installed php8, then I'd install horde6  
into a new directory on the server.

The gist is: (high level)


$ cd /somepath (one directory above where you want horde to be...eg:   
/var/www )
$ git clone https://github.com/maintaina-com/horde-deployment.git horde
$ cd horde
$ composer install
$ composer require horde/imp dev-FRAMEWORK_6_0

Install any other horde apps you need, for example:

$ composer require horde/turba dev-FRAMEWORK_6_0

$ cd vendor/horde/horde/config
$ cp conf.php.dist conf.php

Ensure that your web server (apache?) is configured to serve content  
from the <installdir->/horde/web directory.

brent

Quoting Ruud Baart <r.j.baart at prompt.nl>:

> Hi,
>
> I can't find documentation for an installation of Horde 6. The  
> relevant links I found like  
> https://wiki.horde.org/Doc/Dev/H6/Installation are not working.  
> There seems to be a problem with that server.
>
> Perhaps these links are obsolete. But I would really like to find  
> some relevant documentation because I must upgrade  (now) from Horde  
> 5 to Horde 6.
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/To unsubscribe,  
> mail: horde-unsubscribe at lists.horde.org


More information about the horde mailing list