diff --git a/modules/end-user-guide/images/editor-idea-iu.png b/modules/end-user-guide/images/editor-idea-iu.png deleted file mode 100644 index 4503ec43a5..0000000000 Binary files a/modules/end-user-guide/images/editor-idea-iu.png and /dev/null differ diff --git a/modules/end-user-guide/images/gateway-connect.png b/modules/end-user-guide/images/gateway-connect.png deleted file mode 100644 index c9a98a2972..0000000000 Binary files a/modules/end-user-guide/images/gateway-connect.png and /dev/null differ diff --git a/modules/end-user-guide/images/gateway-connecting.png b/modules/end-user-guide/images/gateway-connecting.png deleted file mode 100644 index 83f412f1b4..0000000000 Binary files a/modules/end-user-guide/images/gateway-connecting.png and /dev/null differ diff --git a/modules/end-user-guide/images/gateway-select-ws.png b/modules/end-user-guide/images/gateway-select-ws.png deleted file mode 100644 index 494b0abb31..0000000000 Binary files a/modules/end-user-guide/images/gateway-select-ws.png and /dev/null differ diff --git a/modules/end-user-guide/images/gateway.png b/modules/end-user-guide/images/gateway.png deleted file mode 100644 index 3349d92235..0000000000 Binary files a/modules/end-user-guide/images/gateway.png and /dev/null differ diff --git a/modules/end-user-guide/images/open-gateway-prompt.png b/modules/end-user-guide/images/open-gateway-prompt.png deleted file mode 100644 index c8e333dfdc..0000000000 Binary files a/modules/end-user-guide/images/open-gateway-prompt.png and /dev/null differ diff --git a/modules/end-user-guide/nav.adoc b/modules/end-user-guide/nav.adoc index 56a0d989e7..0fd7365700 100644 --- a/modules/end-user-guide/nav.adoc +++ b/modules/end-user-guide/nav.adoc @@ -31,7 +31,6 @@ * xref:ides-in-workspaces.adoc[] ** xref:microsoft-visual-studio-code-open-source-ide.adoc[] ** xref:connect-visual-studio-code-to-che-workspace.adoc[] -** xref:idea-ultimate.adoc[] ** xref:defining-a-common-ide.adoc[] * xref:using-credentials-and-configurations-in-workspaces.adoc[] ** xref:mounting-secrets.adoc[] diff --git a/modules/end-user-guide/pages/idea-ultimate.adoc b/modules/end-user-guide/pages/idea-ultimate.adoc deleted file mode 100644 index 669bdccd6d..0000000000 --- a/modules/end-user-guide/pages/idea-ultimate.adoc +++ /dev/null @@ -1,74 +0,0 @@ -[id="idea-ultimate"] -= Connecting JetBrains IntelliJ IDEA Ultimate Edition to a {prod-short} workspace - -[IMPORTANT] -==== -Integration with the link:https://www.jetbrains.com/remote-development/gateway/[JetBrains Gateway] is currently implemented only for x86 {orch-name} clusters. -==== - -{prod} supports connecting your local IntelliJ IDE to a running {prod-short} workspace over JetBrains Gateway. - -.Prerequisites - -. link:https://www.jetbrains.com/remote-development/gateway/[The JetBrains Gateway application] is installed. - -. link:https://plugins.jetbrains.com/plugin/24234-openshift-dev-spaces[The Gateway provider for OpenShift Dev Spaces] is installed. - -. In your local terminal, you are logged in to your OpenShift server with the OpenShift Client. -+ -[NOTE] -==== -The `oc login` command establishes the authenticated session and saves the connection information to the configuration file which is read by the Gateway provider for OpenShift Dev Spaces. -==== - -[IMPORTANT] -==== -In addition to the recommendations for calculating xref:administration-guide:calculating-che-resource-requirements.adoc[memory and CPU], make sure you have sufficient PVC size to download and unpack the JetBrains IDE. For reference, CLion IDE, which is the largest of the IDEs, requires approximately 8.5 GB of disk space. -==== - -.Connecting JetBrains IntelliJ IDEA Ultimate Edition to a new workspace - -.Procedure - -. Create a workspace on the {prod-short} Dashboard and choose `IntelliJ IDEA Ultimate (desktop)` editor: -+ -image::editor-idea-iu.png[IntelliJ IDEA Ultimate on Dashboard,link="{imagesdir}/editor-idea-iu.png"] - -. Wait for the prompt to open your local JetBrains Gateway application to appear: -+ -image::open-gateway-prompt.png[Open Gateway prompt,link="{imagesdir}/open-gateway-prompt.png"] - -Click the `Open Gateway` button to start your local JetBrains Client application connected to your Dev Spaces workspace: - -image::gateway-connecting.png[Connecting to remote host,link="{imagesdir}/gateway-connecting.png"] - -.Connecting JetBrains IntelliJ IDEA Ultimate Edition to an existing workspace - -There are two options to connect the local IntelliJ IDE to an existing workspace: - -* from the Che Dashboard -* from the Gateway application - -The simplest way to connect to an existing workspace is to start a workspace from the {prod-short} Dashboard and click the `Open Gateway` button. -However, with the Gateway application, you can connect the IntelliJ IDE to your workspace without accessing the {prod-short} Dashboard. - -.Procedure - -. Open the Gateway app and click `Connect to Dev Spaces`: -+ -image::gateway.png[JetBrains Gateway main window,link="{imagesdir}/gateway.png"] - -. On the next page, provide the parameters to connect to the OpenShift API server and click the `Check Connection and Continue` button: -+ -image::gateway-connect.png[Connecting to OpenShift API server,link="{imagesdir}/gateway-connect.png"] - -. Choose your workspace and click the `Connect` button: -+ -image::gateway-select-ws.png[Connecting to OpenShift API server,link="{imagesdir}/gateway-select-ws.png"] - -.Verification - -. Your local Gateway application is running the JetBrains Client and connects to the workspace. -+ - -image::gateway-connecting.png[Connecting to remote host,link="{imagesdir}/gateway-connecting.png"]