在另一台机器上使用PHPStorm 6 LiveEdit

时间:2013-03-13 15:27:47

标签: phpstorm liveedit

我在Mac上使用PHP Storm 6,并想知道是否有任何方法可以使用旁边的基于Windows 7的笔记本电脑通过LiveEdit预览我的工作。

我在Mac上配置了虚拟主机(如下所示)并通过http://somehost.dev连接到它 -

NameVirtualHost 127.0.0.1
<VirtualHost *:80>
  ServerName somehost.dev
  DocumentRoot "/Users/benjaminmcmahan/PhpstormProjects/TEVFDDev/htdocs/"
  <Directory "/Users/benjaminmcmahan/PhpstormProjects/TEVFDDev/htdocs/">
    Options Indexes FollowSymLinks Includes ExecCGI
    AddType text/shtml .shtml
    AddOutputFilter INCLUDES .shtml
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

我在Mac上安装了Chrome JetBrains IDE扩展程序,Live Edit工作正常。我注意到可以选择为扩展使用设置IP地址和端口,我认为这意味着可以从另一台机器监听LiveEdit。 Mac的IP地址是192.168.2 - 使用此IP地址,我可以在Windows计算机上查看somehost.dev并将Windows计算机的JetBrains IDE IP设置为192.168.1.2。但是,LiveEdit在此计算机上不执行任何操作。

是否可以设置这样的配置?

0 个答案:

没有答案