I know I can install IBM Eclipse Tools for Bluemix on-line from Eclipse Marketplace or WasDev site, but I am looking for a download package (ZIP file) to be able to install it in offline machines.
Thanks!
I know I can install IBM Eclipse Tools for Bluemix on-line from Eclipse Marketplace or WasDev site, but I am looking for a download package (ZIP file) to be able to install it in offline machines.
Thanks!
You can use the eclipse repository mirroring function to download the IBM Eclipse Tools for Bluemix to a local directory that you can then point your offline eclipse installs to. You can follow the guidelines for the repository mirroring here.
The IBM Eclipse Tools for Bluemix update site can be found on the marketplace page as the update site/download symbol. The update site is here.
If you follow the repository mirroring wiki then you just need to do the following:
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
then (note this can take some time as it downloads the content):
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
once these are finished you can go to your Eclipse install, choose 'Help->Install New Software..', click on 'Add Repository' and choose your local repository (i.e. /tmp/eclipsetoolsforbluemix). You should then be able to install the plugin from your local repository without the need for internet access, obviously the local repository could be on a usb stick or a shared drive dependent on how you want to do the installs.
For the IBM Eclipse tools for Bluemix you will need to make sure you also check the Cloud Foundry plugins to be installed, these are included in the mirror. The Liberty Server eclipse plugin is an optional install.