hi folks: i still working on installer. Now it can do a aiki installation using only src directory (that means, you can copy this directory to /var/www/something.. and then execute assets/apps/installer/installer.php. Some problems persists: - some jquery library are in third-party directory.. - AIKI_REVISION..is not working and can't work. Basically because bazaar revision is on ./bzr/branch/last-revision. Steven's script extract this information and insert in AIKI. - AIKI_VERSION and AIKI_AUTHORS is rewritten. - now if exists a AIKI_ROOT/config.php file, aiki will use it, so a run-time installation over-writes a make installation. There is a security problem if aiki directory is not protected: everbody can make a new installation with only a database connection (i say only because it can be other server connection). -@TODO translate, and use EZSQL (note than now aiki make-installation only works on mysql ).
Imho, AIKI_VERSION, AIKI_REVISION, and AIKI_AUTHORS need other solutions: create a config file called /configs/aiki_data.php, instead using database. We can update the file sometimes to maintain AIKI_REVISION. Last-revision will be available only for make-installation. We lost some information..but we win a lot of new users: web developers with hosting access. 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