我从哪里可以获得用于离线安装的 IBM Eclipse Tools for Bluemix?

Where can I get IBM Eclipse Tools for Bluemix for offline installation?

我知道我可以从 Eclipse Marketplace or WasDev site 在线安装 IBM Eclipse Tools for Bluemix,但我正在寻找一个下载包(ZIP 文件)以便能够在离线机器上安装它。

谢谢!

您可以使用 eclipse 存储库镜像功能将 IBM Eclipse Tools for Bluemix 下载到本地目录,然后您可以将离线 eclipse 安装指向该目录。您可以遵循存储库镜像指南 here.

可在 marketplace page as the update site/download symbol. The update site is here.

上找到 IBM Eclipse Tools for Bluemix 更新站点

如果您关注存储库镜像 wiki,那么您只需执行以下操作:

eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
 -source http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/cloud/V1.0/
 -destination /tmp/eclipsetoolsforbluemix

然后(注意下载内容可能需要一些时间):

eclipse -nosplash -verbose
 -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
 -source http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/cloud/V1.0/
 -destination /tmp/eclipsetoolsforbluemix

完成这些后,您可以转到 Eclipse 安装,选择“Help->Install New Software..”,单击“Add Repository' 并选择您的本地存储库(即 /tmp/eclipsetoolsforbluemix)。然后,您应该能够从本地存储库安装插件,而无需访问互联网,显然本地存储库可以位于 USB 记忆棒或共享驱动器上,具体取决于您希望如何进行安装。

对于用于 Bluemix 的 IBM Eclipse 工具,您需要确保还检查了要安装的 Cloud Foundry 插件,这些插件包含在镜像中。 Liberty Server eclipse 插件是可选安装。