[chora] Stable Chora Build

zx at bugsbunny.laudanski.com zx at bugsbunny.laudanski.com
Fri Jul 18 11:22:08 PDT 2003


On Fri, 18 Jul 2003, Chuck Hagenbuch wrote:

> Quoting zx at bugsbunny.laudanski.com:
> 
> > Chuck, I only have one more question about this then.  I have tried
> > tweaking it to the point where the css works to no avail.  Can you visit:
> >
> > http://66.227.64.136
> 
> Well: http://66.227.64.136/css.php

Hi, I removed it from Chora.

> 
> Looks like you tried to copy css.php into Chora, but it doesn't go there - you
> need to fix the path to horde in registry.php instead.
> 
> > To see what I mean?  For instance, any index.html files don't have their
> > associated image.  And, except for text.gif, I had to copy
> > /horde/graphics/mime over to /horde/chora/graphics/mime to display
> > properly.
> 

I think I've set it up correctly.  Here is a snippet:

$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/',
    'webroot' => '',
    'initial_page' => 'cvs.php',
    'icon' => '/graphics/home.gif',
    'name' => 'Nuke Cops beta-NC CVS Repository',
    'allow_guests' => true,
    'status' => 'inactive',
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $_SERVER['SERVER_NAME'],
    'cookie_path' => '/',
    'server_name' => $_SERVER['SERVER_NAME'],
    'server_port' => $_SERVER['SERVER_PORT']
);




$this->applications['chora'] = array(
    'fileroot' => dirname(__FILE__) . '/../chora',
    'webroot' => $this->applications['horde']['webroot'] . '',
    'icon' => $this->applications['horde']['webroot'] . 
'/graphics/chora.gif',
    'name' => 'betaNC-CVS',
    'allow_guests' => true,
    'status' => 'inactive'
);


So my full path it:

/www/horde/chora

DocumentRoot is /www/horde/chora
Alias for horde is set to /www/horde
Alias for chora is set to /www/horde/chora

Thank you kindly Chuck.


-- 
Sincerely,

Paul Laudanski / Zhen-Xjell

[This message is for the designated recipient(s) only and may contain privileged or confidential information.  If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.]




More information about the chora mailing list