Monday, September 5, 2011

Install Zend Server on CentOS

To setup the environment:
Set up your Zend Server 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:


Instructions on how to complete a procedure
1.Once the environment is setup, run the appropriate command according to the product version and PHP support you require:
To install Zend Server with PHP 5.2 run:
# yum install zend-server-php-5.2
To install Zend Server with PHP 5.3 run:
# yum install zend-server-php-5.3
2. 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 log in, you will be prompted to define your password.

No comments:

Post a Comment