Skip to content

docs(ides): document connection via JetBrains Fleet #13179

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 9 commits into from
May 9, 2024
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
Next Next commit
Update fleet.md
  • Loading branch information
matifali authored May 6, 2024
commit e0543d3349c71ef8c93973f0fb6634f224cf0044
23 changes: 23 additions & 0 deletions docs/ides/fleet.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# JetBrains Fleet

JetBrainsFleet comes with essential features out of the box, allowing you to be productive immediately. Just one click transforms Fleet from a lightweight editor into a powerful IDE.

[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 target set to `coder.workspace-name`
![Fleet Connect to Coder](../images/fleet/ssh-connect-to-coder.png)

> 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).
Loading