[horde] Installing Horde 4 over GIT
Michael Rubinsky
mrubinsk at horde.org
Fri Apr 22 00:29:01 UTC 2011
Quoting Markus Braun <charmed21muc at hotmail.com>:
> Hello,
>
> i tried to install horde over git.
>
> How must i edit the install_dev.conf
>
> at this lines:
>
> // The list of apps to create symlinks for
> $apps = array();
Pretty self explanatory. An array of applications you want installed.
If left blank, all will be used.
>
> // The location of the horde-git repository
> $horde_git = '';
/the/path/to/your/local/horde-git/checkout
e.g., /usr/local/horde - where you cloned the repository to.
> // The web-accessible base directory for horde
> $web_dir = '';
/the/path/to/horde/webroot/
e.g., /var/www/html/horde - the webroot for horde on the webserver
> // The group name/mode to use for the '/horde/static' directory
> $static_group = '';
some system group that will have perms to the /horde/static directory
(used if caching js/css/etc..).
mike
The Horde Project (www.horde.org)
mrubinsk at horde.org
More information about the horde
mailing list