Skip to content

Commit 421e049

Browse files
committed
Add remote development with IntelliJ IDEA
1 parent 5c37d1a commit 421e049

File tree

10 files changed

+15
-7
lines changed

10 files changed

+15
-7
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Remote Development'
3+
weight: 170
4+
---
5+
6+
Tools to use code on the Raspberry Pi and remote development from a PC.
7+
8+
{{% children depth="3" %}}

content/getting-started/developing-on-a-remote-pc.md renamed to content/documentation/remote/developing-on-a-remote-pc.md

File renamed without changes.

content/getting-started/remote-development-with-intellijidea.md renamed to content/documentation/remote/remote-development-with-intellijidea.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ tags: ["IntelliJ IDEA"]
77
IntelliJ IDEA is the most-used IDE for Java development. You can use it to develop on a remote machine with code on the Raspberry Pi. Make sure you have the Remote Development Gateway plugin enabled as described on [Connect to a remote server from IntelliJ IDEA](https://www.jetbrains.com/help/idea/remote-development-starting-page.html) and [Install JetBrains Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html).
88

99
1. Go to "File" > "Remote Development".
10-
![01-toolbar.png](/assets/getting-started/intellij/01-toolbar.png)
10+
![01-toolbar.png](/assets/documentation/intellij/01-toolbar.png)
1111
2. Click "SSH Connection" > "New Connection".
12-
![02-ssh.png](/assets/getting-started/intellij/02-ssh.png)
12+
![02-ssh.png](/assets/documentation/intellij/02-ssh.png)
1313
3. Fill in the username and hostname of your Raspberry Pi and click "Check Connection and Continue".
14-
![03-connect.png](/assets/getting-started/intellij/03-connect.png)
14+
![03-connect.png](/assets/documentation/intellij/03-connect.png)
1515
4. Select the directory with the sources you want to edit.
16-
![04-directory.png](/assets/getting-started/intellij/04-directory.png)
16+
![04-directory.png](/assets/documentation/intellij/04-directory.png)
1717
5. Check the IDE version and directory and click "Download IDE and Connect"
18-
![05-directory.png](/assets/getting-started/intellij/05-confirm.png)
18+
![05-directory.png](/assets/documentation/intellij/05-confirm.png)
1919
6. Wait till the IDE Gateway is downloaded and installed.
20-
![06-downloading.png](/assets/getting-started/intellij/06-downloading.png)
20+
![06-downloading.png](/assets/documentation/intellij/06-downloading.png)
2121
7. You can now from your PC work with the code located on the Raspberry Pi and run commands in the terminal.
22-
![07-ide.png](/assets/getting-started/intellij/07-ide.png)
22+
![07-ide.png](/assets/documentation/intellij/07-ide.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.

static/assets/getting-started/intellij/04-directory.png renamed to static/assets/documentation/intellij/04-directory.png

File renamed without changes.
File renamed without changes.

static/assets/getting-started/intellij/06-downloading.png renamed to static/assets/documentation/intellij/06-downloading.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)