Thursday 23 October 2003 11:16:43 am
When unpacking an eZ publish tar.gz file using the tar archiving utility, you will automatically get a subdirectory into where eZ publish is unpacked. There is no need to create a dedicated directory. You may also rename the directory that eZ publish was put into. Example: allman@matrix:~$ cd public_html/
allman@matrix:~/public_html$ ls
css
my_imaginary_girlfriend
index.html stuff allman@matrix:~/public_html$ wget http://ez.no/[..]ezpublish-3.2-2.tar.gz
allman@matrix:~/public_html$ ls
css
ezpublish-3.2-2.tar.gz
my_imaginary_girlfriend
index.html stuff allman@matrix:~/public_html$ tar zxf ezpublish-3.2-2.tar.gz
allman@matrix:~/public_html$ ls
css
ezpublish-3.2-2
ezpublish-3.2-2.tar.gz
my_imaginary_girlfriend
index.html stuff allman@matrix:~/public_html$ rm -f ezpublish-3.2-2.tar.gz allman@matrix:~/public_html$ mv ezpublish-3.2-2 cool_thing allman@matrix:~/public_html$ cd cool_thing
allman@matrix:~/public_html/cool_thing$ ls
LICENSE
access.php
design
ezpublish.cron
lib
settings
update
PROFESSIONAL_LICENCE
bin
doc
index.php
pre_check.php
share
var
README.txt
cronjobs
ezpm.php
kernel
runcronjobs.php
support webdav.php
|