This page covers install of eZ Publish 5.x (including community versions like v2014.11), for eZ Platform see INSTALL.md bundled with the installation. |
Depending on the target system, please refer to either "Installing eZ Publish on a Linux/UNIX based system" or "Installing eZ Publish on Windows" for information other steps needed to do an installation, the step below is to be done before executing the setup wizard.
The following example shows how this can be done on a Linux/UNIX based system:
Navigate into the eZ Publish directory:
$ cd /path/to/ezpublish_legacy/ |
Copy and rename the configuration file:
$ cp kickstart.ini-dist kickstart.ini |
If you want configure the package to install, in
If setting an invalid package identifier, unexpected issues can occur. |
Server=www.example.com |
Title[] Title[news]=The news site Title[forums]=The forum site |
Syntax | Description |
---|---|
| Angle brackets indicate that the parameter value is required, example: #Server=<hostname>
|
| Squared brackets indicate that the parameter value is optional, example: #FirstName=[string]
|
Assignment | Result |
---|---|
| The step will be shown and the input values will be pre-filled with the values (if any) defined in the "kickstart.ini" configuration file. This is the same as when the " |
| The system will automatically use the values defined in the kickstart file and thus the step will not be shown. However, if something goes wrong (missing or wrong values, etc.), the step will be shown. |