eZ publish kickstart configuration

Author Message

kracker (the)

Wednesday 25 May 2005 1:22:03 pm

<b>Goal:</b> Using the eZ publish Kickstart System

<b>Current Objective:</b> Acquire / Extend known community documentation for this system.

I was looking for information on using / testing / debugging the kickstart system.

After a bit of searching first both ez.no and google without any positive results, I now turn to the forums.

<b>Question:</b> How do you instruct eZ publish to parse and setup eZ publish using the kickstart file.

<b>Background:</b> I have placed my edited copy of the kickstart.ini.tmpl file into the root of my eZ publish installation, I have checked the permissions of the file, I have hit the web server for the installation.

<i>Brainstorm:</i> I just got an idea, perhaps I only need to... rename the file or perhaps move it to another location?

mv kickstart.ini.tmpl kickstart.ini

The eZ publish documentation could really use a documentation page on this topic.

Where is the best location for a kid like me to create this documentation and make it sing?

//kracker
<i>Atmosphere - Seven's Travels - Trying To Find A Balance</i> ...

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

kracker (the)

Wednesday 25 May 2005 1:55:16 pm

Interesting

I have learned by first greping (searching inside the source code directory files) for the relevant keyword, I see that:

cd /path/to/ezpublish/; grep -R "kickstart.ini" * | less

The <b>kickstart.ini</b> file is referenced in the <i>kernel/setup/steps/ezstep_installer.php</i>.

It seems that that is just where It is to read and parse the kickstart variables.

Fyi, I have <i>not</i> installed the .htaccess_root to .htaccess, yet *shrugs*

I also reread the header of the <b>kickstart.ini</b>:

# Kickstart file for the setup wizard
#
# Here it is possible to specify kickstart data for each step
# in the setup wizard. Each step that is present will be skipped
# in the web interface
#
# Copy this file as kickstart.ini in the root of eZ publish
# to enable this functionality

//kracker
<i>Aesop Rock - Labor Day - Daylight</i>

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

Gene Snider

Wednesday 25 May 2005 5:49:08 pm

You are correct that the file needs be copied and renamed ( and the kickstart values uncommented and modified as appropriate ).

However ( depending on where you are located ) beware of trying to set the language to eng-US. I have had nothing but difficulties with that ( perhaps a latent anti-US bias in the code? ). In particular the translation will blow up unless you turn it off completely.

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 31 2025 08:17:45
Script start
Timing: Jan 31 2025 08:17:45
Module start 'layout'
Timing: Jan 31 2025 08:17:45
Module start 'content'
Timing: Jan 31 2025 08:17:45
Module end 'content'
Timing: Jan 31 2025 08:17:45
Script end

Main resources:

Total runtime0.0169 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0048 588.2578151.2266
Module start 'layout' 0.00480.0031 739.484436.6797
Module start 'content' 0.00790.0075 776.164194.3125
Module end 'content' 0.01540.0015 870.476633.9922
Script end 0.0168  904.4688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002414.4385140.0002
Check MTime0.00106.1413140.0001
Mysql Total
Database connection0.00074.426210.0007
Mysqli_queries0.002716.210130.0009
Looping result0.00000.081910.0000
Template Total0.00106.110.0010
Template load0.00084.479910.0008
Template processing0.00031.595010.0003
Override
Cache load0.00053.069910.0005
General
dbfile0.003319.641780.0004
String conversion0.00000.052340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs