This section describes how to test a customized Che-Theia by opening a new workspace with custom branding.
Prerequisites
-
Che-Theia container image built with custom branding definitions
Procedure
To test a custom Che-Theia image, create a new meta.yaml file describing a custom Che editor, and use it in a devfile for the testing workspace.
-
Download the latest Che-Theia
meta.yamlfrom the plug-in registry -
Replace the
imagevalue in thecontainerssection to point to the custom Che-Theia container image. -
Create a workspace using the sample che-theia-branding-example devfile to apply the changes:
metadata: name: che-theia-all projects: - name: che-cheia-branding-example source: location: 'https://github.com/che-samples/che-theia-branding-example.git' type: git branch: master components: - type: cheEditor reference: >- https://raw.githubusercontent.com/che-samples/che-theia-branding-example/master/che-editor.meta.yaml apiVersion: 1.0.0 -
Run the workspace to see the changes:



