[geeklog-devel] Re: Updated Installer

Blaine Lang langmail at sympatico.ca
Wed Jan 15 19:24:32 EST 2003


Dirk .. that worked fine...

Just needs some UI enhancments - breaking it into sections for easier user
understanding of the settings, and some error checking
We could remove 98% of the variables in the config.php. I have not tested
Jasons work but hopefully that can be made into a user friendly install
script.

Blaine
----- Original Message -----
From: "Dirk Haun" <dirk at haun-online.de>
To: <geeklog-devel at lists.geeklog.net>
Sent: Wednesday, January 15, 2003 4:17 PM
Subject: Re: [geeklog-devel] Re: Updated Installer


> Well, now that Jason's install script takes care of the installation,
> here's a script that makes the configuration a bit easier. It's the first
> implementation of an idea I've been tossing around for a while now ...
>
> - put the attached file into /path/to/geeklog/public_html/admin/
> - create directory /path/to/geeklog/config
> - chmod 775 /path/to/geeklog/config
> - add to the end of your config.php:
>
>   if (file_exists ($_CONF['path'] . 'config/config.inc.php')) {
>       include ($_CONF['path'] . 'config/config.inc.php');
>   }
>
> - log in as Admin
> - call up http://yoursite/admin/configure.php
>
> Oh, and there's no error checking ...
>
> Comments?
>
> bye, Dirk
>
>
> --
> http://www.haun-online.de/
> http://www.haun.info/




More information about the geeklog-devel mailing list