8000 docs: add steps to pre-install JetBrains IDE backend by EdwardAngert · Pull Request #15962 · coder/coder · GitHub
[go: up one dir, main page]

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
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
754e44b
copy and md
EdwardAngert Dec 18, 2024
10472c8
Merge remote-tracking branch 'origin/main' into 13207-preinstall-jetb…
EdwardAngert Dec 26, 2024
75875f3
jetbrains initial copy and md edit
EdwardAngert Dec 26, 2024
047ca3b
Merge remote-tracking branch 'origin/main' into 13207-preinstall-jetb…
EdwardAngert Jan 2, 2025
74a5624
make fmt
EdwardAngert Jan 2, 2025
b5e8007
move JetBrains offline steps to separate doc; update links
EdwardAngert Jan 3, 2025
8cdbecf
Merge remote-tracking branch 'origin/main' into 13207-preinstall-jetb…
EdwardAngert Jan 3, 2025
5724624
fix relative links
EdwardAngert Jan 3, 2025
e9b1e18
s/offline/airgapped
EdwardAngert Jan 3, 2025
9ead169
copy edit
EdwardAngert Jan 7, 2025
d9062a0
Merge remote-tracking branch 'origin/main' into 13207-preinstall-jetb…
EdwardAngert Jan 7, 2025
302406a
copy edit
EdwardAngert Jan 8, 2025
951efd1
add jetbrains-pre-install
EdwardAngert Jan 8, 2025
c6ac5fa
Merge branch 'main' into 13207-preinstall-jetbrains
matifali Feb 5, 2025
c9c799f
Improve JetBrains Gateway installation documentation
matifali Mar 19, 2025
440dbc0
Update JetBrains Gateway backend setup instructions
matifali Mar 19, 2025
67103b4
Merge remote-tracking branch 'origin/main' into 13207-preinstall-jetb…
EdwardAngert Mar 21, 2025
fd81c47
align with changes from main
EdwardAngert Mar 21, 2025
dca1e38 8000
Merge branch 'main' into 13207-preinstall-jetbrains
matifali Mar 26, 2025
99c1a59
Simplify JetBrains pre-installation guide
matifali Mar 26, 2025
c7e64e4
Simplify JetBrains pre-installation guide
matifali Mar 26, 2025
7a9e5c7
Merge branch 'main' into 13207-preinstall-jetbrains
matifali Apr 7, 2025
db684a5
Merge branch 'main' into 13207-preinstall-jetbrains
EdwardAngert Apr 9, 2025
3e9dd48
Merge branch 'main' into 13207-preinstall-jetbrains
EdwardAngert Apr 11, 2025
37fdb17
move gateway and update pre-install
EdwardAngert Apr 11, 2025
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
Simplify JetBrains pre-installation guide
Reduce indentation for the startup script block in the JetBrains guide to improve readability and consistency with other code examples.
8000
  • Loading branch information
matifali committed Mar 26, 2025
commit c7e64e40d2ad6d425b6967911a5a45f3bd20b0c7
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ module "jetbrains_gateway" {
}

resource "coder_agent" "main" {
...
startup_script = <<-EOF
~/JetBrains/backends/IU/ideaIU-243.26053.27/bin/remote-dev-server.sh registerBackendLocationForGateway
EOF
...
startup_script = <<-EOF
~/JetBrains/backends/IU/ideaIU-243.26053.27/bin/remote-dev-server.sh registerBackendLocationForGateway
EOF
}
```

Expand Down
Loading
0