unpacking tarball on existing website, in subdirectory or www

Author Message

Paul VandenBosch

Thursday 23 October 2003 9:28:29 am

I have an existing website and would like to add a ezpublish website in a subdirectory.

Should I unpack the tarball in the www directory (public html) or should unpack it in a subdirectory?

Is there anything else I should know to avoid damaging my existing website?

Thanks

Balazs Halasy

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:30:31
Script start
Timing: Jan 18 2025 19:30:31
Module start 'layout'
Timing: Jan 18 2025 19:30:31
Module start 'content'
Timing: Jan 18 2025 19:30:31
Module end 'content'
Timing: Jan 18 2025 19:30:31
Script end

Main resources:

Total runtime0.7880 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 588.3984152.6875
Module start 'layout' 0.00640.0028 741.085939.5234
Module start 'content' 0.00930.7775 780.6094504.5547
Module end 'content' 0.78680.0012 1,285.16418.0781
Script end 0.7880  1,293.2422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4334160.0002
Check MTime0.00140.1789160.0001
Mysql Total
Database connection0.00100.121610.0010
Mysqli_queries0.729692.5960540.0135
Looping result0.00050.0638520.0000
Template Total0.749395.120.3747
Template load0.00360.456620.0018
Template processing0.745794.639220.3729
Template load and register function0.00010.018710.0001
states
state_id_array0.00140.171510.0014
state_identifier_array0.00200.250020.0010
Override
Cache load0.00320.4044570.0001
Sytem overhead
Fetch class attribute can translate value0.00060.074120.0003
Fetch class attribute name0.00130.169330.0004
XML
Image XML parsing0.00070.090620.0004
class_abstraction
Instantiating content class attribute0.00000.001030.0000
General
dbfile0.00080.1061160.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs