Skip to content

chore: add install more providers step in jetbrains docs; update images #8943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
fmt via make fmt
  • Loading branch information
bpmct committed Aug 7, 2023
commit 3aeeb2a5ba189a79050db4b47d293bd7a9a3c8d5
22 changes: 11 additions & 11 deletions docs/ides/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ manually setting up an SSH connection.
Gateway home screen
1. Click "Connect to Coder" at the top of the Gateway home screen to launch the
plugin ![Gateway Connect to
Coder](../images/gateway/plugin-connect-to-coder.png)
Coder](../images/gateway/plugin-connect-to-coder.png)
1. Enter your Coder deployment's Access Url and click "Connect" then paste the
Session Token and click "OK" ![Gateway Session
Token](../images/gateway/plugin-session-token.png)
Token](../images/gateway/plugin-session-token.png)
1. Click the "+" icon to open a browser and go to the templates page in your
Coder deployment to create a workspace
1. If a workspace already exists but is stopped, click the green arrow to start
Expand All @@ -31,8 +31,8 @@ manually setting up an SSH connection.
![Gateway IDE List](../images/gateway/plugin-select-ide.png)
1. Select the JetBrains IDE for your project and the project directory then
click "Start IDE and connect" ![Gateway Select
IDE](../images/gateway/plugin-ide-list.png) ![Gateway IDE
Opened](../images/gateway/gateway-intellij-opened.png)
IDE](../images/gateway/plugin-ide-list.png) ![Gateway IDE
Opened](../images/gateway/gateway-intellij-opened.png)

> Note the JetBrains IDE is remotely installed into
> `~/.cache/JetBrains/RemoteDev/dist`
Expand All @@ -43,7 +43,7 @@ manually setting up an SSH connection.
"Settings"
1. In the Marketplace tab within Plugins, type Coder and if a newer plugin
release is available, click "Update" and "OK" ![Gateway Settings and
Marketplace](../images/gateway/plugin-settings-marketplace.png)
Marketplace](../images/gateway/plugin-settings-marketplace.png)

### Configuring the Gateway plugin to use internal certificates

Expand Down Expand Up @@ -106,7 +106,7 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
1. In the resulting dialog, click the gear icon to the right of "Connection:"
![Gateway New Connection](../images/gateway/gateway-new-connection.png)
1. Hit the "+" button to add a new SSH connection ![Gateway Add
Connection](../images/gateway/gateway-add-ssh-configuration.png)
Connection](../images/gateway/gateway-add-ssh-configuration.png)

1. For the Host, enter `coder.<workspace name>`
1. For the Port, enter `22` (this is ignored by Coder)
Expand All @@ -115,18 +115,18 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
1. Make sure the checkbox for "Parse config file ~/.ssh/config" is checked.
1. Click "Test Connection" to validate these settings.
1. Click "OK" ![Gateway SSH
Configuration](../images/gateway/gateway-create-ssh-configuration.png)
Configuration](../images/gateway/gateway-create-ssh-configuration.png)
1. Select the connection you just added ![Gateway
Welcome](../images/gateway/gateway-welcome.png)
Welcome](../images/gateway/gateway-welcome.png)
1. Click "Check Connection and Continue" ![Gateway
Continue](../images/gateway/gateway-continue.png)
Continue](../images/gateway/gateway-continue.png)
1. Select the JetBrains IDE for your project and the project directory. SSH into
your server to create a directory or check out code if you haven't already.
![Gateway Choose IDE](../images/gateway/gateway-choose-ide.png)
> Note the JetBrains IDE is remotely installed into `~/.
> cache/JetBrains/RemoteDev/dist`
cache/JetBrains/RemoteDev/dist`
1. Click "Download and Start IDE" to connect. ![Gateway IDE
Opened](../images/gateway/gateway-intellij-opened.png)
Opened](../images/gateway/gateway-intellij-opened.png)

## Using an existing JetBrains installation in the workspace

Expand Down