diff --git a/_posts/2024-07-08-idea-editor.adoc b/_posts/2024-07-08-idea-editor.adoc index decc9c1..e6f2e52 100644 --- a/_posts/2024-07-08-idea-editor.adoc +++ b/_posts/2024-07-08-idea-editor.adoc @@ -1,5 +1,5 @@ --- -title: IntelliJ IDEA as a desktop editor for Eclipse Che Cloud Development Environment (CDE) running on OpenShift. +title: IntelliJ IDEA as a desktop editor for Eclipse Che Cloud Development Environment (CDE) running on OpenShift layout: post author: Artem Zatsarynnyi description: >- @@ -29,6 +29,7 @@ JetBrains https://lp.jetbrains.com/projector/[suspended] the development and sup There are a few prerequisites for connecting IntelliJ IDEA to a CDE. *_Prerequisite 1: Gateway application_* +{nbsp} + Install the JetBrains Gateway application by following the instructions from the https://www.jetbrains.com/help/idea/jetbrains-gateway.html[official documentation]. *_Prerequisite 2: Gateway plugin_* @@ -39,7 +40,7 @@ Install https://plugins.jetbrains.com/plugin/24234-openshift-dev-spaces[the Gate . Search for the *OpenShift Dev Spaces* plugin on the *Marketplace* tab and install it. *_Prerequisite 3: OpenShift CLI_* - +{nbsp} + The Gateway plugin relies on the https://docs.openshift.com/container-platform/4.16/cli_reference/openshift_cli/getting-started-cli.html[OpenShift CLI] to access an OpenShift cluster’s API server for managing CDEs. Install the OpenShift CLI following the instructions from the https://docs.openshift.com/container-platform/4.15/cli_reference/openshift_cli/getting-started-cli.html#installing-openshift-cli[official documentation]. diff --git a/assets/img/idea-editor/open-prompt.png b/assets/img/idea-editor/open-prompt.png index 1f77cb6..0e9bd1f 100644 Binary files a/assets/img/idea-editor/open-prompt.png and b/assets/img/idea-editor/open-prompt.png differ