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

Commit0737be0

Browse files
committed
make: fmt & grammar
1 parent5911805 commit0737be0

File tree

3 files changed

+24
-1665
lines changed

3 files changed

+24
-1665
lines changed

‎docs/ides/gateway.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ see the
191191

192192
###Configuration Steps
193193

194-
The Coder team built a POC of the JetBrains Gateway Offline Mode solution. Here are
195-
the steps we took (and "gotchas"):
194+
The Coder team built a POC of the JetBrains Gateway Offline Mode solution. Here
195+
arethe steps we took (and "gotchas"):
196196

197197
###1. Deploy the server and install the Client Downloader
198198

199-
We deployed a simple Ubuntu VM and installed the JetBrains Client Downloader binary. Note
200-
that the server must be a Linux-based distribution.
199+
We deployed a simple Ubuntu VM and installed the JetBrains Client Downloader
200+
binary. Notethat the server must be a Linux-based distribution.
201201

202202
```shell
203203
wget https://download.jetbrains.com/idea/code-with-me/backend/jetbrains-clients-downloader-linux-x86_64-1867.tar.gz&& \
@@ -206,11 +206,12 @@ tar -xzvf jetbrains-clients-downloader-linux-x86_64-1867.tar.gz
206206

207207
###2. Install backends and clients
208208

209-
JetBrains Gateway requires both a backend to be installed on the remote host (your Coder workspace)
210-
and a client to be installed on your local machine. You can host both on the server
211-
in this example.
209+
JetBrains Gateway requires both a backend to be installed on the remote host
210+
(your Coder workspace)and a client to be installed on your local machine. You
211+
can host both on the serverin this example.
212212

213-
See here for the full[JetBrains product list and builds](https://data.services.jetbrains.com/products).
213+
See here for the full
214+
[JetBrains product list and builds](https://data.services.jetbrains.com/products).
214215
Below is the full list of supported`--platforms-filter` values:
215216

216217
```console
@@ -233,12 +234,13 @@ This is the same command as above, with the `--download-backends` flag removed.
233234
./jetbrains-clients-downloader-linux-x86_64-1867/bin4/jetbrains-clients-downloader --products-filter<product-code> --build-filter<build-number> --platforms-filter linux-x64~/clients
234235
```
235236

236-
We now have both clients and backends installed in
237+
We now have both clients and backends installed.
237238

238239
###3. Install a web server
239240

240-
You will need to run a web server in order to serve requests to the backend and client
241-
files. We installed`nginx` and setup an FQDN and routed all requests to`/`. See below:
241+
You will need to run a web server in order to serve requests to the backend and
242+
client files. We installed`nginx` and setup an FQDN and routed all requests to
243+
`/`. See below:
242244

243245
```console
244246
server {
@@ -258,19 +260,22 @@ server {
258260
```
259261

260262
Then, configure your DNS entry to point to the IP address of the server. For the
261-
purposes of the POC, we did not configure TLS, although that is a supported option.
263+
purposes of the POC, we did not configure TLS, although that is a supported
264+
option.
262265

263266
###4. Setup SSH connection with JetBrains Gateway
264267

265268
With the server now configured, you can now configure your local machine to use
266-
Gateway. Here is the documentation to[setup SSH config via the Coder CLI](../ides.md#ssh-configuration).
267-
On the Gateway side, follow our guide here until step 16.
269+
Gateway. Here is the documentation to
270+
[setup SSH config via the Coder CLI](../ides.md#ssh-configuration). On the
271+
Gateway side, follow our guide here until step 16.
268272

269-
Instead of downloading from jetbrains.com, we will point Gateway to our server endpoint.
270-
Select`Installation options...` and select`Use download link`. Note that the URL
271-
must explicitly reference the archive file:
273+
Instead of downloading from jetbrains.com, we will point Gateway to our server
274+
endpoint.Select`Installation options...` and select`Use download link`. Note
275+
that the URLmust explicitly reference the archive file:
272276

273277
![Offline Gateway](../images/gateway/offline-gateway.png)
274278

275-
Click`Download IDE and Connect`. Gateway should now download the backend and clients
276-
from the server into your remote workspace and local machine, respectively.
279+
Click`Download IDE and Connect`. Gateway should now download the backend and
280+
clients from the server into your remote workspace and local machine,
281+
respectively.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp