你好,游客 登录 注册 搜索
背景:
阅读新闻

Ubuntu 安装 Zend Server CE

[日期:2010-11-27] 来源:Linux社区  作者:iwanderingaroundtheworld [字体: ]

搭建PHP开发环境,有的是自己安装Apache、PHP,有的则是使用集成的软件,最常见的比如AppServ。

而今Zend公司出品了Zend Server(其免费版叫做Zend Server CE),内部集成了Apache、PHP、Java Bridge、Zend Optimizer、Zend Guard Loader(使能够运行使用Zend Guard加密的PHP程序)、Zend Data Cache、Zend Debugger、Zend Framework等,安装时还可以选择安装phpmyadmin、mysql等,还可以使用它提供的管理工具(WEB形式的)来配置PHP,省得手工配置了。

安装时可以选择使用内置的Apache,或者使用现有的IIS,都是使用FastCGI方式来使用PHP。Zend Server同样有Linux版本。

有了Zend Server (CE),以后安装配置PHP环境就方便多了,不用再自己安装配置Zend Optimizer、Zend Framework等东西了,尤其是内置了Java Bridge,这样就可以方便地在PHP中使用Java类了,十分地方便。

Zend Server CE for Linux 的版本提供了DEB和rpm包的安装,这样就能快速的安装,而不需要去编译源码.

众所周知deb的包是提供给Debian和Ubuntu使用的,而RPM可以在CentOS,FC,RHAS上使用.

我一直是Ubuntu的粉丝,理所当然的使用DEB包来安装了.

好了.下边是Zend Server CE for deb安装的介绍.

Note:

This procedure requires root privileges.
To acquire root privileges in Ubuntu, run the following command and type your password:
$ sudo -s.

Automatically Installing Zend Server Community Edition
The following procedure describes how to run a script that will automatically create your DEB or RPM repositories and install Zend Server.

 
Download the package called "Linux x86 Installer (RPM/DEB Setup Script)" from zend.com - http://www.zend.com/products/server-ce/downloads
http://www.linuxidc.com/

Locate and extract the package:
ZendServer-X.X.X-RepositioryInstaller-linux.tar.gz

To change to the directory with the installer scripts run:
cd ZendServer-RepositoryInstaller-linux/

Depending on the PHP version, you want to use, run one of the following commands:

For Zend Server Community Edition with PHP 5.2 Support run:
install_zs.sh 5.2 ce

For Zend Server Community Edition with PHP 5.3 Support run:
install_zs.sh 5.3 ce
 
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.
 

Manually Installing Zend Server Community Edition
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:

1.Define a repository by opening the following file: /etc/apt/sources.list and adding the line:

deb http://repos.zend.com/zend-server/deb server non-free

3. Add Zend's repository public key by running:

# wget http://repos.zend.com/zend.key -O- |apt-key add -

If you are using sudo to run each command the next command requires using sudo following the '|' (pipe) symbol as follows:

# wget http://repos.zend.com/zend.key -O- | sudo apt-key add -

4.To synchronize with Zend's repository run:

# aptitude update
 
Now you can use "aptitude" to handle the installations, upgrades and additional packages.
 
 
To install:

1.Once the repository is set up, 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:

# aptitude install zend-server-ce-php-5.2

To install Zend Server Community Edition with PHP 5.3 run:

# aptitude install zend-server-ce-php-5.3

2.Each package locates and downloads all relevant packages from the web.
The actual installation will require your conformation.
 
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.

linux
相关资讯       ubuntu安装 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款