mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* 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>
26 lines
852 B
Markdown
26 lines
852 B
Markdown
# JetBrains Fleet
|
|
|
|
JetBrains Fleet is a code editor and lightweight IDE designed to support various
|
|
programming languages and development environments.
|
|
|
|
[See JetBrains' website to learn about Fleet](https://www.jetbrains.com/fleet/)
|
|
|
|
Fleet can connect to a Coder workspace by following these steps.
|
|
|
|
1. [Install Fleet](https://www.jetbrains.com/fleet/download)
|
|
2. Install Coder CLI
|
|
```shell
|
|
curl -L https://coder.com/install.sh | sh
|
|
```
|
|
3. Login and configure Coder SSH.
|
|
```shell
|
|
coder login coder.example.com
|
|
coder config-ssh
|
|
```
|
|
4. Connect via SSH with the Host set to `coder.workspace-name`
|
|

|
|
|
|
> If you experience problems, please
|
|
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
|
|
> [our Discord channel](https://discord.gg/coder).
|