Skip to content

docs: add steps to pre-install JetBrains IDE backend #15962

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 25 commits into from
Apr 11, 2025

Conversation

EdwardAngert
Copy link
Contributor

@EdwardAngert EdwardAngert commented Dec 26, 2024

closes #13207

preview

@EdwardAngert EdwardAngert self-assigned this Dec 26, 2024
…rains

* origin/main: (31 commits)
  docs: document issue with direnv and nix-shell on macOS (#15990) (#16015)
  chore: add spinner component (#16014)
  chore: bump react-syntax-highlighter from 15.5.0 to 15.6.1 in /site (#16003)
  chore: bump @radix-ui/react-dialog from 1.1.2 to 1.1.4 in /site (#15999)
  chore(provisionerd): close completeChan exactly once (#16011)
  fix(examples): add keep_locally to docker_image resources (#16012)
  feat: notify on workspace update (#15979)
  chore(apiversion): add guidelines regarding bumping apiversion (#16009)
  docs: add note about TLD and wildcards (#16008)
  chore: bump @storybook/preview-api from 8.4.6 to 8.4.7 in /site (#16002)
  ci: make sure golden files are actually up to date (#15989)
  chore: bump eslint-config-next from 14.2.18 to 14.2.22 in /offlinedocs (#15996)
  chore: bump @types/node from 20.17.6 to 20.17.11 in /site (#16001)
  chore: bump @types/node from 20.17.9 to 20.17.11 in /offlinedocs (#15995)
  chore: bump next from 14.2.16 to 14.2.22 in /offlinedocs (#15993)
  chore: bump the mui group across 1 directory with 6 updates (#15991)
  fix(enterprise/cli): add missing defer close of closer funcs (#15986)
  fix(cli/cliui): handle typed nil and null time in tables (#15984)
  test: fix incorrectly placed cleanup defer in dbtestutil (#15987)
  chore(scripts): remove unused ci-report (#15988)
  ...
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

Linkspector

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-add-ssh-configuration.png. Status: 404 Cannot find: ../../images/gateway/gateway-add-ssh-configuration.png

![Gateway Add Connection](../../images/gateway/gateway-add-ssh-configuration.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-create-ssh-configuration.png. Status: 404 Cannot find: ../../images/gateway/gateway-create-ssh-configuration.png

![Gateway SSH Configuration](../../images/gateway/gateway-create-ssh-configuration.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-welcome.png. Status: 404 Cannot find: ../../images/gateway/gateway-welcome.png

![Gateway Welcome](../../images/gateway/gateway-welcome.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-continue.png. Status: 404 Cannot find: ../../images/gateway/gateway-continue.png

![Gateway Continue](../../images/gateway/gateway-continue.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-choose-ide.png. Status: 404 Cannot find: ../../images/gateway/gateway-choose-ide.png

![Gateway Choose IDE](../../images/gateway/gateway-choose-ide.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-intellij-opened.png. Status: 404 Cannot find: ../../images/gateway/gateway-intellij-opened.png

![Gateway IDE Opened](../../images/gateway/gateway-intellij-opened.png)


🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/fleet/ssh-connect-to-coder.png. Status: 404 Cannot find: ../../images/fleet/ssh-connect-to-coder.png

![Fleet Connect to Coder](../../images/fleet/ssh-connect-to-coder.png)

@EdwardAngert EdwardAngert marked this pull request as ready for review January 8, 2025 21:16
@EdwardAngert
Copy link
Contributor Author

@matifali , I keep getting stuck on which parts need to be pre-installed, so I left it a little barebones in jetbrains-pre-install.md

Is there anything else that can be added to that doc that would help those steps?

@github-actions github-actions bot added the stale This issue is like stale bread. label Jan 16, 2025
@EdwardAngert EdwardAngert requested a review from matifali January 16, 2025 15:57
@EdwardAngert EdwardAngert removed the stale This issue is like stale bread. label Jan 16, 2025
@github-actions github-actions bot added the stale This issue is like stale bread. label Feb 5, 2025
@matifali matifali removed the stale This issue is like stale bread. label Feb 5, 2025
@github-actions github-actions bot added the stale This issue is like stale bread. label Feb 13, 2025
@github-actions github-actions bot closed this Feb 16, 2025
@matifali matifali removed the stale This issue is like stale bread. label Feb 17, 2025
The subject line alone doesn't sufficiently explain the changes, so here's a body:

Enhance setup instructions with specific examples, cleanup commands,
and add Terraform configuration for the jetbrains-gateway module.
Update directory paths to be more user-friendly and consistent.
@matifali matifali reopened this Mar 19, 2025
@matifali matifali removed the stale This issue is like stale bread. label Mar 19, 2025
The command should be in startup_script instead of manual execution
@matifali
Copy link
Member

I went through the instructions again and was able to make it work. Updated the instructions.

@EdwardAngert can you help rebase the PR branch and resolve conflicts.

Next I am going to test this in a template.

EdwardAngert and others added 5 commits March 21, 2025 19:04
- Remove detailed script instructions
- Direct users to admin for backend setup
- Add Dockerfile example for pre-installing backend
- Organize existing content for clarity
Reduce indentation for the startup script block in the JetBrains guide to improve readability and consistency with other code examples.
@matifali matifali changed the title docs: add steps to pre-install JetBrains editors docs: add steps to pre-install JetBrains editors on the remote host Mar 26, 2025
@matifali matifali changed the title docs: add steps to pre-install JetBrains editors on the remote host docs: add steps to pre-install JetBrains IDE backend Mar 26, 2025
@EdwardAngert EdwardAngert self-assigned this Mar 26, 2025
@EdwardAngert EdwardAngert added the docs Area: coder.com/docs label Mar 26, 2025
@matifali
Copy link
Member

HI @EdwardAngert, It's all done from my side, but I think we should reorganize the pages to be in a different admin section.

@EdwardAngert
Copy link
Contributor Author

@matifali agreed - this probably goes under admin/templates/extending-templates

your additions to the jetbrains-pre-install doc are awesome - esp. the dockerfile example. I'll run through with a copy edit and I'll move it to admin, then we can merge it and get some more testing on it

@github-actions github-actions bot added the stale This issue is like stale bread. label Apr 4, 2025
@github-actions github-actions bot closed this Apr 7, 2025
@matifali matifali reopened this Apr 7, 2025
@matifali matifali removed the stale This issue is like stale bread. label Apr 7, 2025
@EdwardAngert EdwardAngert changed the base branch from main to simplified-docs-preview April 9, 2025 18:33
@EdwardAngert EdwardAngert changed the base branch from simplified-docs-preview to main April 9, 2025 18:39
@EdwardAngert EdwardAngert merged commit 6330b0d into main Apr 11, 2025
33 checks passed
@EdwardAngert EdwardAngert deleted the 13207-preinstall-jetbrains branch April 11, 2025 15:55
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs Area: coder.com/docs
Projects
None yet
2 participants