[horde] GIT questions..

Michael M Slusarz slusarz at horde.org
Wed Mar 6 21:24:31 UTC 2013


Quoting Simon Brereton <simon.buongiorno at gmail.com>:

> On 6 March 2013 13:15, Simon Brereton <simon.buongiorno at gmail.com> wrote:
>> On 6 March 2013 12:47, Simon Brereton <simon.buongiorno at gmail.com> wrote:
>>> On 6 March 2013 11:49, Simon Brereton <simon.buongiorno at gmail.com> wrote:
>>>
>>>> The instructions at http://www.horde.org/development/git also say to
>>>> set the $app_fileroot variable.  However, this would be the same as
>>>> $web_dir, no?

No, this is not the same.

>> However, the config screen tells me that only Horde (5.05-git) is
>> installed.  And that the config needs to be updated (and yet the only
>> difference between the proposed config and the existing one is the $id
>
> Try as I might I am not able to get any apps into horde.  I assume
> this is to do with the edit to the install_dev.conf right at the
> beginning of the process.  Here's what I entered there (it would have
> been really nice if there were an example in the file).
>
>
> // The list of apps to create symlinks for
> $apps = array(horde, imp, kronolith, turba, mnemo, nag, passwd);

That's not going to work.  These need to be PHP strings.  e.g:

$apps = array('horde', 'imp', 'kronolith' ... ,

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list