Skip to content

Commit 4cb306d

Browse files
committed
add: client-side files
1 parent 181c7f5 commit 4cb306d

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

docs/ides/gateway.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,64 @@ Then, configure your DNS entry to point to the IP address of the server. For the
263263
purposes of the POC, we did not configure TLS, although that is a supported
264264
option.
265265

266-
### 4. Setup SSH connection with JetBrains Gateway
266+
### 4. Add Client Files
267+
268+
You will need to add the following files on your local machine in order for Gateway
269+
to pull the backend and client from the server.
270+
271+
```shell
272+
$ cat productsInfoUrl
273+
274+
file://Users/YourUsername/backends/<PRODUCT_CODE>/products.json
275+
276+
$ cat clientDownloadUrl
277+
278+
https://internal.site/clients/
279+
280+
$ cat jreDownloadUrl
281+
282+
https://internal.site/jre/
283+
284+
$ cat pgpPublicKeyUrl
285+
286+
https://internal.site/KEYS
287+
```
288+
289+
The location of these files will depend upon your local operating system:
290+
291+
**macOS**
292+
293+
```console
294+
# User-specific settings
295+
/Users/UserName/Library/Application Support/JetBrains/RemoteDev
296+
# System-wide settings
297+
/Library/Application Support/JetBrains/RemoteDev/
298+
```
299+
300+
**Linux**
301+
302+
```console
303+
# User-specific settings
304+
$HOME/.config/JetBrains/RemoteDev
305+
# System-wide settings
306+
/etc/xdg/JetBrains/RemoteDev/
307+
```
308+
309+
**Windows**
310+
311+
```console
312+
# User-specific settings
313+
HKEY_CURRENT_USER registry
314+
# System-wide settings
315+
HKEY_LOCAL_MACHINE registry
316+
```
317+
318+
Additionally, create a string for each setting with its appropriate value in
319+
`SOFTWARE\JetBrains\RemoteDev`:
320+
321+
![Alt text](../images/gateway/jetbrains-offline-windows.png)
322+
323+
### 5. Setup SSH connection with JetBrains Gateway
267324

268325
With the server now configured, you can now configure your local machine to use
269326
Gateway. Here is the documentation to
Loading

0 commit comments

Comments
 (0)