This topic describes the procedures for installing Zend Server on a RPM (SLES and OpenSUSE) 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.
The following procedure describes how to run a script that will automatically create your RPM repositories 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.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. |
|
This section describes the installation procedures of Zend Server on SLES and OpenSUSE, using zypper – the default package manager for SUSE.
This method downloads files from the Internet and therefore requires that you have an active Internet connection and root privileges for the server.
Note:
SELinux users need to change their system settings
to permissive mode before starting the Zend Server
installation procedure, by executing the following command:
# setenforce permissive
There are two methods for setting up repositories: one method is for SLES 11 and OpenSUSE and the other for SLES 10.
The following commands are run in the shell as root or using sudo.
|
|
|
To set up the repositories:
On 32 bit systems: [Zend] On 64 bit systems: [Zend]
zypper refresh
|
Your repository is now ready for Zend Server to be installed. |
|
|
|
To install Zend Server:
Once the environment is setup, run the appropriate command according to PHP version support you require (5.3 or 5.4): # zypper install zend-server-php-<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. |
zypper automatically downloads and installs the selected packages. |
|
|
|
|
Related Links: |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.