Installing Zend Core

Zend Core can be installed either automatically using the 'unattended installation' method, or manually using either a GUI-based interface or a text-based interface (Unix/Linux/Mac OS's only).

 

 

Instructions on how to complete a procedure

To run an 'unattended' installation on Linux/Unix/Mac:

  1. Download and extract the Zend Core installation package.

  2. Open your CLI.

  3. In the Zend Core installation package directory, run the following command:

install -n

Zend Core will be automatically installed according to the settings defined in the bundled core.ini file.

To change the settings, open the core.ini file, located in the 'installer' directory, and edit the required parameters, or run a manual installation.

See the Zend Core Installation Guide for more details.

 

 

 

Instructions on how to complete a procedure

To run an 'unattended' installation on Windows:

  1. Download and extract the Zend Core installation package.

  2. Create an 'answers.ini.' file following the instructions in the Zend Core Installation Guide.

  3. Open your CLI.

  4. Run the following command:

<Zend_Core_Setup_File_Name>.exe --unattended <location_of_answers.ini>\answers.ini

e.g:

ZendCore-2.5.0-Windows-x86.exe --unattended C:\answers.ini

Zend Core will be automatically installed according to the settings defined in the answers.ini file.

To change the settings, open the answers.ini file and edit the required parameters, or run a manual installation.

See the Zend Core Installation Guide for more details.

 

 

 

Instructions on how to complete a procedure

To install Zend Core manually:

Windows: Double-click the Zend Core installation.exe file and follow the on-screen instructions.

Linux/Unix/Mac: In the Zend Core installation package directory, run the command "install -g" for a GUI based installation or "install -y" for a text-based installation and follow the on-screen instructions.

 

Refer to the Zend Core Installation Guide for complete installation instructions. This is located in the Zend Core Installation Package or can be downloaded from the Resources section of the Zend Core Product page, located at http://www.zend.com/en/products/core/resources.

 

 

Related Links

Related Links:

Updating Zend Core

Getting Started

Zend Updater