简体   繁体   English

Drupal:使用Eclipse进行远程开发

[英]Drupal: remote development with Eclipse

What's the best solution to develop Drupal remotely on a development server, using Eclipse ? 使用Eclipse在开发服务器上远程开发Drupal的最佳解决方案是什么?

I found this: http://www.eclipse.org/dsdp/tm/ 我找到了这个: http : //www.eclipse.org/dsdp/tm/

Is this the best way to do it ? 这是最好的方法吗? And above all, am I going to have some limitations ? 最重要的是,我会受到一些限制吗? thanks 谢谢

Sometimes SSH / SFTP is a better solution than Samba. 有时SSH / SFTP比Samba更好。 SSH is likely to be activated on most servers an can be mounted into the local file system. SSH可能会在大多数服务器上激活,并且可以安装到本地文件系统中。

Just use samba on the machine. 只需在机器上使用samba。 Point your project at it. 将您的项目指向它。

If you only have access via FTP you have two options. 如果您只能通过FTP访问,则有两个选择。

You can set up a connection to the server using remove system explorer . 您可以使用删除系统资源管理器建立与服务器的连接。 When you set up a new project use the generic new project option and there you should have an option to choose which file system to use. 设置新项目时,请使用通用新项目选项,在那里您应该有一个选项来选择要使用的文件系统。

This will mean that you work directly on the server, be warned this can be slow sometimes, using FTP is slower than most other methods of connecting to a remote system. 这将意味着您直接在服务器上工作,请注意,有时使用FTP的速度可能会慢,使用FTP的速度比大多数其他连接到远程系统的方法要慢。

The other option is to work locally and deploy to your server when you whish to test something. 另一个选择是在本地工作并在您希望测试某些东西时将其部署到您的服务器。 You can use the 'export' feature for this. 您可以为此使用“导出”功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM