Re: php site deployment

From: draken (xxxcomm_untouchables_at_hotmail.com)
Date: 05/11/04


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
>



Relevant Pages

  • Re: newbie: what is the name on this?
    ... MCP: +I, SE, SD, DBA ... I came accross in the asp.net 2.0 documentation while ago a section about ... and placing all the webpages in the root folder ...
    (microsoft.public.dotnet.framework.aspnet)
  • newbie: what is the name on this?
    ... I came accross in the asp.net 2.0 documentation while ago a section about ... and placing all the webpages in the root folder seem not ...
    (microsoft.public.dotnet.framework.aspnet)