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

Jos*_*dax 2 eclipse ibm-cloud-tools ibm-cloud

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

谢谢!

小智 5

您可以使用eclipse存储库镜像功能将IBM Eclipse Tools for Bluemix下载到本地目录,然后您可以将脱机eclipse安装指向该目录.您可以在此处遵循存储库镜像的准则.

可以在市场页面上找到IBM Eclipse Tools for Bluemix更新站点作为更新站点/下载符号.更新站点在这里.

如果您遵循存储库镜像维基,那么您只需要执行以下操作:

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
Run Code Online (Sandbox Code Playgroud)

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

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
Run Code Online (Sandbox Code Playgroud)

完成这些后,您可以进入Eclipse安装,选择" 帮助 - >安装新软件.. ",单击" 添加存储库 "并选择您的本地存储库(即/ tmp/eclipsetoolsforbluemix).然后,您应该能够从本地存储库安装插件而无需访问Internet,显然本地存储库可能位于USB存储棒或共享驱动器上,具体取决于您希望如何进行安装.

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