Skip to content

Commit 6790993

Browse files
matifalikylecarbs
andauthored
docs(ides): document connection via JetBrains Fleet (coder#13179)
* docs: add docs to connect via JetBrains Fleet * Create fleet.md * Update fleet.md * Create ssh-connect-to-coder.png * Add files via upload * `make fmt` * Update fleet.md * Update docs/ides/fleet.md Co-authored-by: Kyle Carberry <kyle@coder.com> * Update fleet.md --------- Co-authored-by: Kyle Carberry <kyle@coder.com>
1 parent d8e0be6 commit 6790993

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/ides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ support should work:
1212
- Rider
1313
- RubyMine
1414
- WebStorm
15+
- [JetBrains Fleet](./ides/fleet.md)
1516
- Web IDEs (code-server, JupyterLab, JetBrains Projector)
1617
- Note: These are [configured in the template](./ides/web-ides.md)
1718
- [Emacs](./ides/emacs-tramp.md)

docs/ides/fleet.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# JetBrains Fleet
2+
3+
JetBrains Fleet is a code editor and lightweight IDE designed to support various
4+
programming languages and development environments.
5+
6+
[See JetBrains' website to learn about Fleet](https://www.jetbrains.com/fleet/)
7+
8+
Fleet can connect to a Coder workspace by following these steps.
9+
10+
1. [Install Fleet](https://www.jetbrains.com/fleet/download)
11+
2. Install Coder CLI
12+
```shell
13+
curl -L https://coder.com/install.sh | sh
14+
```
15+
3. Login and configure Coder SSH.
16+
```shell
17+
coder login coder.example.com
18+
coder config-ssh
19+
```
20+
4. Connect via SSH with the Host set to `coder.workspace-name`
21+
![Fleet Connect to Coder](../images/fleet/ssh-connect-to-coder.png)
22+
23+
> If you experience problems, please
24+
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
25+
> [our Discord channel](https://discord.gg/coder).
31.5 KB
Loading

0 commit comments

Comments
 (0)