Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fb7b6f

Browse files
committed
update Gateway set up steps
1 parent 2be7a15 commit 9fb7b6f

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed
Loading

docs/user-guides/workspace-access/jetbrains.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IDEs are supported for remote development:
1717

1818
JetBrains Gateway is a compact desktop app that allows you to work remotely with
1919
a JetBrains IDE without even downloading one.
20-
[See JetBrains' website to learn about and Gateway.](https://www.jetbrains.com/remote-development/gateway/)
20+
[See JetBrains's website to learn about and Gateway.](https://www.jetbrains.com/remote-development/gateway/)
2121

2222
Gateway can connect to a Coder workspace by using Coder's Gateway plugin or
2323
manually setting up an SSH connection.
@@ -28,38 +28,41 @@ manually setting up an SSH connection.
2828
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
2929
> [our Discord channel](https://discord.gg/coder).
3030
31-
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
32-
1. Open Gateway and click the Coder icon to install the Coder plugin.
33-
1. Click the "Coder" icon under Install More Providers at the bottom of the
34-
Gateway home screen
35-
1. Click "Connect to Coder" at the top of the Gateway home screen to launch the
36-
plugin
31+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html) and open the application.
32+
1. Under **Install More Providers**, find the Coder icon and click **Install** to install the Coder plugin.
33+
1. After Gateway installs the plugin, it will appear in the **Run the IDE Remotely** section.
34+
35+
Click **Connect to Coder** to launch the plugin:
3736

3837
![Gateway Connect to Coder](../../images/gateway/plugin-connect-to-coder.png)
3938

40-
1. Enter your Coder deployment's Access Url and click "Connect" then paste the
41-
Session Token and click "OK"
39+
1. Enter your Coder deployment's [Access Url](../../admin/configure.md#access-url) and click **Connect**.
40+
41+
Gateway opens your Coder deployment's `cli-auth` page with a session token. Click the copy button, paste the session token in the Gateway **Session Token** window, then click **OK**:
4242

4343
![Gateway Session Token](../../images/gateway/plugin-session-token.png)
4444

45-
1. Click the "+" icon to open a browser and go to the templates page in your
46-
Coder deployment to create a workspace
45+
1. To create a new workspace:
4746

48-
1. If a workspace already exists but is stopped, click the green arrow to start
49-
the workspace
47+
Click the <kbd>+</kbd> icon to open a browser and go to the templates page in your Coder deployment to create a workspace.
5048

51-
1. Once the workspace status says Running, click "Select IDE and Project"
49+
1. If a workspace already exists but is stopped, select the workspace from the list, then click the green arrow to start the workspace.
50+
51+
1. When the workspace status is **Running**, click **Select IDE and Project**:
5252

5353
![Gateway IDE List](../../images/gateway/plugin-select-ide.png)
5454

5555
1. Select the JetBrains IDE for your project and the project directory then
56-
click "Start IDE and connect"
56+
click **Start IDE and connect**:
57+
5758
![Gateway Select IDE](../../images/gateway/plugin-ide-list.png)
5859

60+
Gateway connects using the IDE you selected:
61+
5962
![Gateway IDE Opened](../../images/gateway/gateway-intellij-opened.png)
6063

61-
> Note the JetBrains IDE is remotely installed into
62-
> `~/.cache/JetBrains/RemoteDev/dist`
64+
> Note the JetBrains IDE is remotely installed into
65+
> `~/.cache/JetBrains/RemoteDev/dist`
6366

6467
### Update a Coder plugin version
6568

0 commit comments

Comments
 (0)