This topic describes the procedures for installing Zend Server on an RPM (RHEL, CentOS and OEL) operating system.
Note:
After installing Zend Server 6.x, you will automatically be using a 7-day Enterprise edition trial license. This trial period can be extended by an additional 21 days, after which the license expires. To continue working with Zend Server after this time period, contact Zend for a new license. For more information on Zend Serve editions, see Zend Server Editions.
Tip:
If you are using SELinux, see SELinux for more information on installing Zend Server with SELinux support.
This section describes how to automatically and manually install Zend Server with Apache Web server.
The following procedure describes how to run a script that will automatically create your RPM repository and install Zend Server.
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Note:
Using the Repository Installer script is the recommended and simplest method to install Zend Server, as it ensures a correct and healthier installation process. The script ensures that the correct repositories are set, verifies system requirements and issues the correct package management commands to set Zend Server up properly.
|
|
|
./install_zs.sh <PHP Version> After installing, a completion notification will appear, with a notice that the servers have started. To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
Tip: Add --automatic at the end this command to run the script uninterrupted and without prompting verification messages. |
To install Zend Server, first setup the repository for downloading the Zend Server package.
This method uses "yum" to handle the installation. Alternatively, you may choose any other tool that supports the RPM packaging format (e.g. Kpackage, etc).
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
PHP Note:
The Zend Server installation package will replace your distribution's PHP - this may create conflicts between RPM packages. If you cannot install one of Zend Server's components, it is recommended that you remove your distribution's PHP packages and try to install again.
SELinux Note:
SELinux users must change their system settings to
permissive mode before starting the Zend Server
installation procedure, by executing the following command:
# setenforce permissive.
|
|
|
Set up your Zend Server repository by creating '/etc/yum.repos.d/zend.repo' and adding the following content: [Zend] |
Now you can use 'yum' to handle installations or any other tool that supports the RPM packaging format. |
|
|
|
To install:
# yum install zend-server-php-<PHP Version>
yum clean all To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
|
This section describes how to automatically and manually install Zend Server with nginx Web server.
The following procedure describes how to run a script that will automatically create your RPM repository and install Zend Server.
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Note:
Using the Repository Installer script is the recommended and simplest method to install Zend Server, as it ensures a correct and healthier installation process. The script ensures that the correct repositories are set, verifies system requirements and issues the correct package management commands to set Zend Server up properly.
|
|
|
./install_zs.sh <PHP Version> nginx After installing, a completion notification will appear, with a notice that the servers have started. To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
Tip: Add --automatic at the end this command to run the script uninterrupted and without prompting verification messages. |
To install Zend Server, first set up the repository for downloading the Zend Server package.
This method uses "yum" to handle the installation. Alternatively, you may choose any other tool that supports the RPM packaging format (e.g. Kpackage, etc).
This method downloads files from the Internet and therefore requires that you have an active Internet connection, access to your distribution's repositories and root privileges for the server.
Important!
Before installing Zend Server, define the nginx repository to be used by the manual installation commands supplied below. For specific instruction on defining the nginx repository, go to http://nginx.org/en/linux_packages.html#stable.
PHP Note:
The Zend Server installation package will replace your distribution's PHP - this may create conflicts between RPM packages. If you cannot install one of Zend Server's components, it is recommended that you remove your distribution's PHP packages and try to install again.
SELinux Note:
SELinux users must change their system settings to
permissive mode before starting the Zend Server
installation procedure, by executing the following command:
# setenforce permissive.
|
|
|
Set up your Zend Server repository by creating '/etc/yum.repos.d/zend.repo' and adding the following content: [Zend] |
Now you can use 'yum' to handle installations or any other tool that supports the RPM packaging format. |
|
|
|
To install:
# yum install zend-server-nginx-php-<PHP Version>
yum clean all To access the Zend Server UI, open your browser at: https://<Server_IP>:10082/ZendServer (secure), or http://<Server_IP>:10081/ZendServer. |
|
|
|
|
Related Links: |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.