
Installing Zend Server Community Edition using YUM
by bernt & torsten
To install Zend Server Community Edition, the first thing you have to do is to setup the repository for downloading the Zend Server Community Edition package.
To setup the environment:
Set up your Zend Server Community Edition repository by creating:
/etc/yum.repos.d/zend.repo and adding the following content:
[Zend]name=Zend Server
baseurl=http://repos.zend.com/zend-server/rpm/$basearch
enabled=1
gpgcheck=0
[Zend_noarch]name=Zend Server – noarch
baseurl=http://repos.zend.com/zend-server/rpm/noarch
enabled=1
gpgcheck=0
Now you can use ‘yum’ to handle installations or any other tool that supports the RPM packaging format.
To install:
1.Once the environment is setup, run the appropriate command according to the product version and PHP support you require:
To install Zend Server Community Edition with PHP 5.2 run:
# yum install zend-server-ce-php-5.2
To install Zend Server Community Edition with PHP 5.3 run:
# yum install zend-server-ce-php-5.3
- To clean your packages cache and ensure retrieval of updates from the web, run:
yum clean all
After installing, a completion notification will appear, with a notice that the servers have started.
To access the Administration Interface (Web) open your browser at: https://localhost:10082/ZendServer (secure) or http://localhost:10081/ZendServer.
Upon initial login, you will be prompted to define your password.

Tech Disillusionment
For four decades, I have worked in the tech industry. I started in the 1980s when computing...

A Poem: The Consultant's Message
On a Friday, cold and gray,
The message came, sharp as steel,
Not from those we...

Using AI to Plan Wall Repair and Gutter Installation
In this article, I will share my experience using AI to plan the work required to fix a wall...