码迷,mamicode.com
首页 > 其他好文 > 详细

zend server 和zend studio 最佳实践

时间:2014-07-18 17:31:51      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:style   http   使用   os   文件   art   

1.zend server 安装好后需要重启下.无论是win还是mac..win不重启组件不能用.mac 不重启守护进程是离线的

2.修改apache配置.的根目录.到zendstudio的工作空间

Listen 80

DocumentRoot "K:\zendworkspace"

<Directory "K:\zendworkspace">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

3.安装studio软件

startexplorer    http://basti1302.github.com/startexplorer/update/

language          http://download.eclipse.org/technology/babel/update-site/R0.12.0/juno

4.修改local zend server

首选项->php->php服务器

编辑local zend server

基本url  http://localhost

DocumentRoot   K:\zendworkspace

5.先使用zend stuido 建立php项目..然后把php源码copy到项目文件夹中...

点击运行和debug都是正确的地址

zend server 和zend studio 最佳实践,布布扣,bubuko.com

zend server 和zend studio 最佳实践

标签:style   http   使用   os   文件   art   

原文地址:http://www.cnblogs.com/zhepama/p/3853338.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!