Connecting source code from GitHub to an OpenShift Component using OpenShift Connector

When the user has a Git-stored source code that is wanted for further development, it is more efficient to deploy it directly from the Git repository into the OpenShift Connector Component.

This chapter describes how to obtain the content from the Git repository and connect it with a Che-developed OpenShift Component.

Prerequisites
  • Have a running Che workspace.

  • Be logged in to the OpenShift cluster using the OpenShift Connector.

Procedure

To make changes to your GitHub component, clone the repository into Che to obtain this source code:

  1. In the Che main screen, open the Command Palette by pressing F1.

  2. Type the Git Clone command in the Command Palette and press Enter.

  3. Provide the GitHub URL and select the destination for the deployment.

  4. Add source-code files to your Project using the Add to workspace button.