Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Follow the instructions below to deploy and configure an on-premises Eclipse Ope
+
Create a workspace by using the following link:https://github.com/eclipse/openvsx[Eclipse Open VSX repository].
+
[WARNING]
====
The link:https://github.com/eclipse/openvsx/blob/master/.devfile.yaml[.devfile.yaml] includes an `elasticsearch` component that does not support IBM Power (ppc64le) or IBM Z (s390x) architectures. To successfully start the workspace on these architectures, the only option is to remove this component from the devfile. Alternatively, you can refer to <<using-oc-tool,Using OpenShift CLI tool>> documentation, which describes how to run Open VSX separately without starting a workspace.
====
+
[TIP]
====
The environment, including all necessary commands, is defined in the `.devfile.yaml` file.
Expand Down Expand Up @@ -66,6 +71,7 @@ To publish your extensions to Open VSX, update the `extensions.txt` file as need
+
Start any workspace and check the available extensions in the Extensions view of the workspace IDE or by opening the `internal` route in the OpenVSX OpenShift project.

[id="using-oc-tool"]
== Using OpenShift CLI (`oc`) tool

.Prerequisites
Expand Down