Hi folks!!

For rapid development and testing i have a directory controlled by bazaar,
and other directory under apache2, with symbolic link to aiki src directory.
It's work fine:
i can push a new version and always see the oldest version in browser. The
only big problem i found was a very stupid error, i made:
aiki work good on symbolic link directory..but doesn't work if files are
symbolic link. In this case it display a install screen(1)

the reason? Imagine we have:
home/roger/aiki ->aiki controlled by bazaar
var/www/aiki a real directory with a config.php file.
var/www/aiki/aiki.php -> sym link to /home/roger/aiki/src/aiki.php
when aiki.php want load config file, searchs it in /home/roger/aiki/src(*),
doesn't found it and assumes it's a new installation (1)
(*) aiki uses realpath to determine where is config.php  and this function
always resolves symbolic links.

(1) in front-side the install screen in obvious...but in aiki/admin you see
the entire admin page..but can't edit url..because a urls_widgets.php called
by ajax crash inadvertently-


Roger.
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to