Re: php site deployment
From: draken (xxxcomm_untouchables_at_hotmail.com)
Date: 05/11/04
- Next message: Doug Hutcheson: "Re: sorry! not PHP but please look!"
- Previous message: Andy Hassall: "Re: Workaround for "imagegif()"?"
- In reply to: Average_Joe: "Re: php site deployment"
- Next in thread: Jorntk: "Re: php site deployment"
- Reply: Jorntk: "Re: php site deployment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 11 May 2004 00:50:12 GMT
One thing is simply to have some documentation if this is for the public,
and to let them know that the root folder must be chmodded to 777.
Then, after every directory you create, chmod the directory and any files
the way you want to. You just have to use the chmod() function found here:
http://us3.php.net/manual/en/function.chmod.php
Hope this helps, and was what you were looking for.
"Average_Joe" <joe@geniegate.com> wrote in message
news:slrnc9vnr9.38l.joe@pong.tunestar.net...
> In article <409f2df1_1@news.tm.net.my>, Jorntk wrote:
> > I need some advise for how to make a installer to set up a php site. I
want
> > it to be able ask user to enter the root directory, mysql server
information
> > and copy files into the relevant location. Any help will be appreciated.
>
> I think the biggest problem with this is the file permissions. (I don't
> know if you'll be able to work around that) I have the same problem. The
only
> solution I can think of is a setID installer process, which would
> probably cause more problems than manually editing a config file in the
> first place.
>
> Jamie
> --
> http://www.geniegate.com Custom web programming
> User Management Solutions Perl / PHP / Java / UNIX
>
- Next message: Doug Hutcheson: "Re: sorry! not PHP but please look!"
- Previous message: Andy Hassall: "Re: Workaround for "imagegif()"?"
- In reply to: Average_Joe: "Re: php site deployment"
- Next in thread: Jorntk: "Re: php site deployment"
- Reply: Jorntk: "Re: php site deployment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|