从 Aptana Studio 3 终端连接到远程主机
如何从 Aptana Studio 3 终端视图连接到远程主机,并在该服务器上使用命令?
我正在使用 symfony 框架,该项目位于我的主机 192.168.0.100 中,所以我想运行 symfony 命令,例如: $ symfony propel:build-schema
How to connect to remote host from Aptana Studio 3 terminal view, and use commands on that server?
I'm using symfony framework, the project is in my host 192.168.0.100, so I want to run symfony commands like: $ symfony propel:build-schema
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要连接到远程主机,请在控制台中运行以下命令:
输入密码即可。不幸的是,每次打开 Aptana 时都必须执行此操作,但这总比什么都不做要好。
To connect to a remote host run the following command in your console:
Enter your password and you're golden. Unfortunately you have to do this every time you open Aptana, but it's better than nothing.
如果您需要指定端口号(或不需要),还有另一种选择。
我知道这是一个老问题,但希望它能帮助别人。
也是第一篇文章!
Another alternative if you need to specify a port number(or dont need to).
i know its a old question but hope it helps someone.
first post as well!
您可以安装 Target Management (http://www.eclipse.org/tm/) 以在 aptana 中创建远程项目。
You can install Target Management (http://www.eclipse.org/tm/) to create a remote project in aptana.