Zend Server CE (Windows) 新手问题:创建了一个新项目,但不确定将其放置在哪里!
我是 Zend 框架的新手。我刚刚完成 Windows 版 Zend Server CE 的安装。使用命令行工具,我浏览到桌面并执行以下操作: zf create project example
我看到桌面上创建了一个名为“example”的空目录结构。如何让这个示例应用程序在我的浏览器中运行?目前,当我将浏览器指向: http://localhost:10081/ZendServer/
...我看到了管理界面。我想我应该将新创建的“example”文件夹移动到 ZendServer 目录中的某个位置,该目录位于: C:\Program Files\Zend\ZendServer
没有运气。有人可以帮助我访问这个新的示例项目,以便我至少能够运行其默认索引视图吗?
I am a newbie to the Zend Framework. I just finished installing Zend Server CE for Windows. Using the command line tool, I browsed to the desktop and did:
zf create project example
I see that an empty directory structure has been created on the desktop called "example". How can I have this example application run in my browser? Currently, when I point my browser to:
http://localhost:10081/ZendServer/
...I see the admin interface. I thought I should move the newly-created "example" folder somewhere inside the ZendServer directory, which is located at:
C:\Program Files\Zend\ZendServer
No luck. Can someone please help me access this new example project so that I can at least be able to run its default index view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
托管代码的根 (www) 目录是以下路径。 可以读取该文件夹中的所有内容
apache C:\Program Files\Zend\Apache2\htdocs
The root (www) directory to host the code is the below path. Everything inside that folder can be read by apache
C:\Program Files\Zend\Apache2\htdocs