Eclipse PHP (Ubuntu 10.10) 上的 Apache 设置
有一个关于在 Ubuntu 上使用 Eclipse PHP 运行 PHP 应用程序的基本问题。我已经安装了 Apache2,它的 DocumentRoot 设置为 /var/www。现在我的 Eclipse 工作区指向 /home/me/workspace。如何使用 Eclipse 将应用程序从工作区文件夹部署到服务器? 如果我选择我的工作区位置为 /var/www,一切正常。但我不想那样做。有没有办法可以将我的代码发布到服务器?我记得 eclipse 的 Tomcat 插件有一个“发布到服务器”功能。 Eclipse PHP 上有类似的东西吗?
另外,不确定我在设置时是否错过了任何事情..
提前致谢:)
Have a basic question on running PHP applications using Eclipse PHP on Ubuntu. I have installed Apache2 and it has its DocumentRoot setup to /var/www. Now my eclipse workspace points to /home/me/workspace. How do I deploy my applications from my workspace folder to the server using Eclipse ?
If I choose my workspace loc as /var/www, things work. But I dont wanna do that. Is there a way I can publish my code to the server ?I remember the Tomcat plugin for eclipse had a 'publish to server' feature. Anything similar on Eclipse PHP ?
Also, not sure if I have missed out on anything while setting things up..
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
反过来做,将 apache docroot 设置到你的工作空间目录怎么样?我使用 ZendStudio(基于 Eclipse)进行此设置。
What about doing it the other way around, setting the apache docroot to your workspace dir? I work with ZendStudio (Eclipse based) with this setup.