In this exercise we will learn how to install JBDS and configure to access the OpenShift instance.
Step 1: Download and install JBoss Studio
-
Download the latest JBoss Developer studio from: http://www.jboss.org/products/devstudio/download
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.
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.
Step 4: Verify your connection
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-s2itemplate from the list -
Click Next.
-
Select Parameters listed below and enter the values
-
APPLICATION_NAME:mytestapp
-
CONTEXT_DIR: .
-
SOURCE_REPOSITORY_REF:
-
SOURCE_REPOSITORY_URL: https://github.com/RedHatWorkshops/kitchensink
-
-
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.
-
Click OK.
-
Click Finish.
-
Review the status under OpenShift Explorer.












