Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EdwardAngert merged 25 commits intomainfrom13207-preinstall-jetbrains
Apr 11, 2025

Conversation

EdwardAngert
Copy link
Contributor

@EdwardAngertEdwardAngert commentedDec 26, 2024
edited
Loading

@EdwardAngertEdwardAngert self-assigned thisDec 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-actionsgithub-actionsbot 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 byreviewdog 🐶
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 byreviewdog 🐶
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 byreviewdog 🐶
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 byreviewdog 🐶
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 byreviewdog 🐶
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 byreviewdog 🐶
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 byreviewdog 🐶
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)

@EdwardAngertEdwardAngert marked this pull request as ready for reviewJanuary 8, 2025 21:16
@EdwardAngert
Copy link
ContributorAuthor

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

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

@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelJan 16, 2025
@EdwardAngertEdwardAngert removed the staleThis issue is like stale bread. labelJan 16, 2025
@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelFeb 5, 2025
@matifalimatifali removed the staleThis issue is like stale bread. labelFeb 5, 2025
@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelFeb 13, 2025
@matifalimatifali removed the staleThis issue is like stale bread. labelFeb 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.
@matifalimatifali reopened thisMar 19, 2025
@matifalimatifali removed the staleThis issue is like stale bread. labelMar 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 reacted with thumbs up emoji

EdwardAngertand others added5 commitsMarch 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.
@matifalimatifali changed the titledocs: add steps to pre-install JetBrains editorsdocs: add steps to pre-install JetBrains editors on the remote hostMar 26, 2025
@matifalimatifali changed the titledocs: add steps to pre-install JetBrains editors on the remote hostdocs: add steps to pre-install JetBrains IDE backendMar 26, 2025
@EdwardAngertEdwardAngert self-assigned thisMar 26, 2025
@EdwardAngertEdwardAngert added the docsArea: coder.com/docs labelMar 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 reacted with thumbs up emoji

@EdwardAngert
Copy link
ContributorAuthor

@matifali agreed - this probably goes underadmin/templates/extending-templates

your additions to thejetbrains-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

matifali reacted with thumbs up emoji

@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelApr 4, 2025
@matifalimatifali reopened thisApr 7, 2025
@matifalimatifali removed the staleThis issue is like stale bread. labelApr 7, 2025
@EdwardAngertEdwardAngert changed the base branch frommain tosimplified-docs-previewApril 9, 2025 18:33
@EdwardAngertEdwardAngert changed the base branch fromsimplified-docs-preview tomainApril 9, 2025 18:39
@EdwardAngertEdwardAngert merged commit6330b0d intomainApr 11, 2025
28 checks passed
@EdwardAngertEdwardAngert deleted the 13207-preinstall-jetbrains branchApril 11, 2025 15:55
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsApr 11, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

@matifalimatifalimatifali approved these changes

Labels
docsArea: coder.com/docs
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

docs: how to pre install JetBrains editors into VM / container image so that it doesn't have to download every time
2 participants
@EdwardAngert@matifali

[8]ページ先頭

©2009-2025 Movatter.jp