In this Topic Hide
Automatically Installing Zend Server Community Edition
Manually Installing Zend Server Community Edition
To set up repositories in SLES 11 and OpenSUSE
To set up repositories in SLES 10
To install Zend Server Community Edition using zypper
This section describes the installation process of Zend Server Community Edition 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.
SELinux Note:
SELinux users need to change their system settings
to permissive mode before starting the Zend Server Community Edition
installation procedure, by executing the following command:
# setenforce permissive
The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server.
|
|
|
|
After installing, a completion notification will appear, with a notice that the servers have started. To access the Administration Interface open your browser at: https://localhost:10082/ZendServer (secure) or http://localhost:10081/ZendServer. Upon initial log in, you will be prompted to define your password. |
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 run: zypper addrepo http://repos.zend.com/zend-server/sles/zend_suse_32bit.repo On 64 bit systems run: zypper addrepo http://repos.zend.com/zend-server/sles/zend_suse_64bit.repo
On 32 bit systems run: zypper service-add http://repos.zend.com/zend-server/sles/ZendServer-i586 On 64 bit systems run: zypper service-add http://repos.zend.com/zend-server/sles/ZendServer-x86_64 |
|
Your repository is now ready for Zend Server Community Edition to be installed. |
The following commands are run in the shell as root or using sudo.
|
|
To set up the repositories:
zypper service-add http://repos.zend.com/zend-server/sles/ZendServer-noarch
On 32 bit systems run: zypper service-add http://repos.zend.com/zend-server/sles/ZendServer-i586 On 64 bit systems run: zypper service-add http://repos.zend.com/zend-server/sles/ZendServer-x86_64 |
|
Your repository is now ready for Zend Server Community Edition to be installed. |
|
|
To Install Zend Server Community Edition:
# zypper install zend-server-ce-php-5.2
# zypper install zend-server-ce-php-5.3 |
|
zypper automatically downloads and installs the selected packages. |
The Zend Server Community Edition Administration Interface is accessed from https://localhost:10082/ZendServer after the installation.
You should refer to the on-line help available through the product or to the “Package Setup And Control Scripts” guide for additional usage information.
There are additional packages that can be added after installing Zend Server Community Edition, using 'zypper install':
Description |
PHP 5.2 |
PHP 5.3 |
Additional PHP extensions |
php-5.2-extra-extensions-zend-server |
php-5.3-extra-extensions-zend-server |
Java bridge package (Requires Sun JRE 1.5, 1.6 or later installed on your computer. Therefore, if you do not already have JRE installed please install it before using the Java Bridge. More information about JRE’s and the latest updates are found in the SUN Website: http://java.sun.com/javase/downloads/index.jsp (jre-6u21-linux-x64.bin) |
php-5.2-java-bridge-zend-server |
php-5.3-java-bridge-zend-server |
The Zend Guard Loader for running PHP, encoded with Zend Guard. |
php-5.2-loader-zend-server |
Not Supplied |
A phpMyadmin meta package that installs phpMyAdmin and attaches it to the Administration Interface via a link from the Dashboard. |
phpmyadmin-zend-server |
phpmyadmin-zend-server |
Zend Framework's bundled Dojo. |
zend-server-framework-dojo |
zend-server-framework-dojo |
Zend Framework's extra components. |
zend-server-framework-extras |
zend-server-framework-extras |
Full PHP sources, patched by Zend |
php-5.2-source-zend-server |
php-5.3-source-zend-server |
Zend Server Control Panel |
control-panel-zend-server
|
control-panel-zend-server
|
The following extensions require the IBM DB2 runtime client (RTCL): |
||
PHP extension that enables access to the IBM DB2 Universal Database, IBM Cloudscape and Apache Derby databases. |
php-5.2-ibmdb2-zend-server |
php-5.3-ibmdb2-zend-server |
PHP pdo_ibm extension. |
php-5.2-pdo-ibm-zend-server |
php-5.3-pdo-ibm-zend-server |
You can download and install IBM's Runtime Client libraries from ftp://ftp.software.ibm.com/software/data/db2/express/
The following procedure describes how to upgrade Zend Server Community Edition using zypper.
The following procedure describes how to uninstall Zend Server Community Edition using zypper.
Run the commands in the shell as root or using sudo.
|
|
To uninstall Zend Server Community Edition on SLES 11 and OpenSUSE run: zypper remove *zend*
To uninstall Zend Server Community Edition on SLES 10 run: rpm -qa --qf "%{name}\n" | grep zend | xargs zypper remove |
|
When uninstalling, configuration files are not removed. They remain in the same location and are renamed with an additional suffix (.rpmsave) so that they can be reused in a newer installation. For example: a file called example.ini is renamed to example.ini.rpmsave after running the un-install. |
|
|
|
Related Links: |
|
|