Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#133046 - 04/01/2003 09:32 PHP Gallery, just a quickie....
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
I want to move a gallery from one linux machine to another, can I achieve this by simply tarring the gallery folder and putting on the other, suitably apached and PHP'ed machine?
_________________________
Cheers,

Andy M

Top
#133047 - 04/01/2003 09:45 Re: PHP Gallery, just a quickie.... [Re: andym]
andy
carpal tunnel

Registered: 10/06/1999
Posts: 5915
Loc: Wivenhoe, Essex, UK
Probably, gallery just stores it's data in simple files.
_________________________
Remind me to change my signature to something more interesting someday

Top
#133048 - 04/01/2003 09:53 Re: PHP Gallery, just a quickie.... [Re: andy]
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
the file structure on both machines will be identical (ie everything in a /www/htdocs folder) if gallery uses flat files for its config then there shouldn't be a problem.
_________________________
Cheers,

Andy M

Top
#133049 - 04/01/2003 13:35 Re: PHP Gallery, just a quickie.... [Re: andym]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
I'd recommend putting it in "config" mode before you do this, then when untarring it on the other machine, put it back in "secure" mode. That way file permissions are set correctly, and also you won't need to be root to tar it up.

Top