Forums / Install & configuration / How to untar into the existing ez-directory
Felix Laate
Thursday 18 November 2004 2:15:29 am
Hi all!
Don't laugh!
When upgrading I'm supposed to overwrite the current files of my ez-instalation (except for the overridefiles etc). I really don't know how to untar a ezpublish-3.x.x INTO the directory where the ezfiles currently are.
How is this done?
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Ćukasz Serwatka
Thursday 18 November 2004 2:24:14 am
If you have access to shell use Midnight Commander to unpack your files. Enter to ezpublish-3.x.x archive and press F5
shell>mc
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Ole Morten Halvorsen
Thursday 18 November 2004 2:38:12 am
Hi Felix,
If don't have access to mc, this should do the trick:
tar xvfz ezpublish-3.4.4.tar.gz --strip-path=1 -C <current-ezp-dir>/
Ole M.
Senior Software Engineer - Vision with Technology http://www.visionwt.com http://www.omh.cc http://www.twitter.com/omh eZ Certified Developer http://ez.no/certification/verify/358441 http://ez.no/certification/verify/272578
Thursday 18 November 2004 3:27:49 am
Great!
Thanx guys!