-
Notifications
You must be signed in to change notification settings - Fork 874
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
Conversation
…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) ...
There was a problem hiding this 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
 |
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-create-ssh-configuration.png. Status: 404 Cannot find: ../../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
 |
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-continue.png. Status: 404 Cannot find: ../../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
 |
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../images/gateway/gateway-intellij-opened.png. Status: 404 Cannot find: ../../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
 |
@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? |
docs/user-guides/workspace-access/jetbrains/jetbrains-pre-install.md
Outdated
Show resolved
Hide resolved
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.
The command should be in startup_script instead of manual execution
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. |
- 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.
HI @EdwardAngert, It's all done from my side, but I think we should reorganize the pages to be in a different admin section. |
@matifali agreed - this probably goes under your additions to the |
closes #13207
preview