Aptana - 不同的 PHP 项目相同的部署目录
我在 Aptana 中有一个 PHP 项目,我想与其他项目共享其中的文件。我可以通过属性项目来做到这一点 - >资源->链接的资源。但我想在服务器上将此项目部署在共享此项目的所有项目中。
例如:项目 1) CMS 库 (/cms)、项目 1 网站 (w/eb1)、项目 2 另一个网站 (/web2)。
在服务器上我需要:web/cms 和 web2/cms,无需手动将 cms 文件夹复制到 web1 和 web2 中。 这可能吗?
I have a PHP project in Aptana which files I want to share with others projects. I can do this by properties project -> resources -> linked resources. But I want to deploy on the server this project in all the projects that share this.
For example: Project 1) CMS library (/cms), Project 1 Web Site (w/eb1), Project 2 another web site (/web2).
On the server I need: web/cms and web2/cms without need to copy manually cms folder into web1 and web2.
It's that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。如果您使用 Linux,那么只需链接到您需要的文件夹即可。
如果您使用 Windows,请尝试创建该文件夹的快捷方式。我认为这应该有效。
编辑:
这将帮助您:Windows XP 与 Vista:NTFS 连接点
Yes. If you using linux then just make links to your needed folders.
If you using windows try making shortcuts to that folder. I think that should work.
EDIT:
This will help you: Windows XP vs Vista: NTFS Junction points