On Thu, Mar 4, 2010 at 3:46 PM, Huan Truong <[email protected]> wrote:
> Hi FSCKers,
>
> I have a working php system, nothing fancy, but once in a while I do
> update it manually. The source is on Github. What I usually do when I
> want to update the working system is to download the tarball from
> Github, then untar -xzvf the tarball, then cp -R the untarred files to
> the working production directory. It works but it's rather a boring job.
>
> Definitely I don't want the .git directory in my production directory to
> serve the users -- so creating a .git repo right in the public_html web
> directory is not really a good idea...

I wouldn't worry about it. Usually the hidden .directories are ignored
by web servers anyways, and even if they aren't, it doesn't really
matter does it?

CI is going overboard for a PHP site, it doesn't need to be compiled
and you wouldn't want to use it for production anyways.

Ian

-----------------------------------------------------------------
To get off this list, send email to [email protected]
with Subject: unsubscribe
-----------------------------------------------------------------

Reply via email to