Skip to content

Latest commit

 

History

History
86 lines (57 loc) · 2.39 KB

File metadata and controls

86 lines (57 loc) · 2.39 KB

Installing the JBoss Developer Studio

In this exercise we will learn how to install JBDS and configure to access the OpenShift instance.

Step 1: Download and install JBoss Studio

image

image

Step 2: Install OpenShift Plugin

  • Open JBoss Studio.

  • Navigate to Red Hat Central window and select "Software/Update" tab.

  • Look for the OpenShift v3 tools.

  • Select it and install. Accept license agreement. It may warn you about unsigned content. Ignore it.

image

image

Step 3: Configure OpenShift v3 Plugin

  • At the bottom of your IDE, expand the OpenShift explorer panel.

  • Add a new connection.

  • From the “Server type” dropdown box, select OpenShift 3.

  • Select the authentication mechanism.

  • Provide the username and password.

  • Click Finish.

image

image image

Step 4: Verify your connection

  • At this point, you will be able to see any existing projects for which the provider username and password have access to.

  • You can also see a number of types, such as deployment configurations, services routes, etc under OpenShift Explorer. image

Step 5: Create a OpenShift Application

  • From the JBoss Studio menu select your project, then right click and Select New -→ Application

  • Select the eap64-basic-s2i template from the list

  • Click Next.

image

  • Select Parameters listed below and enter the values

  • Then, click edit to update the values of the parameters.

  • Click ok after update each parameter.

  • Click Next after updating all the parameters

  • Click Finish.

image

  • Click OK.

image

  • Click Finish.

image

  • Review the status under OpenShift Explorer.

image