简体   繁体   English

用于Bluemix的IBM Eclipse工具

[英]IBM Eclipse Tools for Bluemix

new to ibm bluemix. ibm bluemix的新手。 Steps to be followed to develop a application on eclipse and to depoy using IBM Eclipse Tools for Bluemix and cloud foundry as well. 遵循步骤在Eclipse上开发应用程序并使用IBM Eclipse Tools for Bluemix和Cloud Foundry进行部署。

You could find all information you may need for your question in the Bluemix Documentation https://console.ng.bluemix.net/docs/ 您可以在Bluemix文档https://console.ng.bluemix.net/docs/中找到您所需要的所有信息。

On the following URL you could find a "Step by step" guide using Bluemix tool: https://console.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html 在以下URL上,您可以找到使用Bluemix工具的“逐步指南”: https ://console.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html

Instead on the following URL you could find a "Step by step" guide using CF push for a Java app on liberty runtime: https://console.ng.bluemix.net/docs/starters/liberty/index.html#liberty 相反,您可以在以下URL上找到使用CF Push在自由运行时上运行Java应用程序的“逐步指南”: https : //console.ng.bluemix.net/docs/starters/liberty/index.html#liberty

First of all you can follow the instructions here for installing the IBM Eclipse Tools for Bluemix https://marketplace.eclipse.org/content/ibm-eclipse-tools-bluemix 首先,您可以按照此处的指示信息安装用于Bluemix的IBM Eclipse工具https://marketplace.eclipse.org/content/ibm-eclipse-tools-bluemix

Secondly, you can follow this tutorial to know how to push an application to Bluemix using the tooling. 其次,您可以按照本教程来了解如何使用工具将应用程序推送到Bluemix。 https://www.ibm.com/developerworks/community/blogs/941f1004-4e3d-4a4b-87ed-30d8045fde4e/resource/IBM%20Bluemix%20Tutorial%20-%20Connecting%20Eclipse%20to%20Bluemix%20v2.0_files/IBMBluemixTutorial-ConnectingEclipsetoBluemixv2.0.pdf?lang=en https://www.ibm.com/developerworks/community/blogs/941f1004-4e3d-4a4b-87ed-30d8045fde4e/resource/IBM%20Bluemix%20Tutorial%20-%20Connecting%20Eclipse%20to%20Bluemix%20v2.0_files/IBMBluemixTutorial -将Eclipse连接到Bluemixv2.0.pdf?lang = zh-CN

There might be some UI differences in the IBM Eclipse Tools for Bluemix tools that you will install from the first link vs what is shown in the second link. 您将从第一个链接安装的IBM Eclipse Tools for Bluemix工具中的UI可能与第二个链接中显示的有所不同。 These differences are however just cosmetic (like using terms IBM bluemix vs Cloud foundry while defining a server). 但是,这些差异只是表面上的(例如在定义服务器时使用IBM bluemix vs Cloud Foundry)。 Overall the functionality remains the same. 总体而言,功能保持不变。

Also apart from the use-case described in the tutorial (second link), you can also create new projects (web projects) in eclipse and push them to Bluemix. 除了教程(第二个链接)中描述的用例之外,您还可以在eclipse中创建新项目(Web项目)并将其推送到Bluemix。

In order to test your projects locally, you would need to install local WAS liberty profile (in case of JavaEE projects) or local node js (in case of nodejs apps). 为了在本地测试项目,您将需要安装本地WAS自由配置文件(对于JavaEE项目)或本地节点js(对于nodejs应用程序)。 You can do all the testing locally on the local servers and once you're confident about your development, you can push the projects to Bluemix. 您可以在本地服务器上本地进行所有测试,一旦对开发充满信心,就可以将项目推送到Bluemix。

Thanks, Gaurav 谢谢,高拉夫

Though this is a very old thread but this will be helpful for future references. 尽管这是一个非常古老的线程,但这将对将来的参考有所帮助。 One can setup the Bluemix server in an IDE like eclipse by straight forward adding a new server and can push the application directly. 通过直接添加新服务器,可以在eclipse之类的IDE中设置Bluemix服务器,并可以直接推送应用程序。 However a more user friendly approach is to deploy it from cf commandline. 但是,一种更加用户友好的方法是从cf命令行进行部署。 You can deploy the application independently or even package it with the local server. 您可以独立部署应用程序,甚至可以将其与本地服务器打包。 You even have the options to provide inputs like hostname in the commandline. 您甚至可以选择在命令行中提供诸如主机名之类的输入。 Please go through the Bluemix docs for detailed specifications. 请仔细阅读Bluemix文档以获取详细规范。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM