Skip to content

Commit

Permalink
separate page for intro steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb994 committed Dec 17, 2024
1 parent 1a2666c commit 659671e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* [**Introduction / First Steps**](pages/vi/firststeps.md)
* [FAQ](pages/vi/faq.md)
- - - -
* [Step 0 - Introductory Steps](pages/vi/firststeps.md#Step_0_-_Introductory_Steps)
* [Step 0 - Introductory Steps](pages/vi/introductory-steps.md)
* [Step 1 - Installing and finding your Raspberry Pi](pages/vi/firststeps.md#Step_1_-_Installing_and_Finding_Your_Raspberry_Pi)
* [Step 2 - SSH Tutorial](pages/vi/sshpi.md)
* [Step 3 - Markdown and Fork Tutorial](pages/vi/githubandmarkdown.md)
Expand Down
19 changes: 1 addition & 18 deletions pages/vi/firststeps.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,24 +93,7 @@ For technical questions not covered in the FAQ, in addition to contacting us on

## Step 0 - Introductory Steps

### Watch the Organization and Follow Contributors

In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on.

- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities.
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes.
- Follow OLE's CTO, [dogi](https://github.com/dogi).
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities.

### Setting Up Your Environment

We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win).

### Working with Vi & Vim

One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.

**NOTE:** You can skip ahead to Step 3 while you are waiting for your Raspberry Pi to come in the mail.
Follow the instructions in [Introductory Steps](introductory-steps.md) to watch the organization, join Discord, set up your environment, and learn Vi/Vim basics.

## Step 1 - Installing and Finding Your Raspberry Pi

Expand Down
27 changes: 27 additions & 0 deletions pages/vi/intro-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Step 0 - Introductory Steps

## Watch the Organization and Follow Contributors

In GitHub, we [follow organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations) and [follow people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people) to receive notifications about their activity. Look for the "Watch" button at the top right of the page when you are in a repository. Additionally, follow each other to stay updated on what others in the group are working on.

- Use the "Watch" button in repositories you're working on and "Follow" individuals to keep up with the latest activities.
- Visit GitHub and "Follow" the [Treehouses organization](https://github.com/treehousest) to stay updated on changes.
- Follow OLE's CTO, [dogi](https://github.com/dogi).
- You can also follow [other active Systems Engineering Virtual Interns](team.md) to stay updated on their activities.

## Discord Installation and Server Nickname

- Discord will be the primary communication tool for this internship, so please [download and install it](https://discord.com/download) on your computer. Once installed:
- If your preferred name differs significantly from your Discord "Display Name," click on "treehouses" in the upper left of the Discord interface. Then, select "Edit Server Profile" from the menu and update your server nickname to include your preferred name or first name and last name initial.

## Setting Up Your Environment

We interact with the Raspberry Pi via a command terminal, which is natively available on both Mac and Linux-based systems. However, if you are using a Windows device, we highly recommend [Git Bash](https://git-scm.com/downloads/win).

## Working with Vi & Vim

One of the most simple but most powerful text editors out there is Vim. If you want to see what Vim can do and how powerful it can be, you can learn more about Vim [here](https://danielmiessler.com/p/vim/#textobjects). Vim is not necessary for this internship but it is truly helpful when working on the Raspberry Pi not to have to download and install other text editors.

---

#### Return to [First Steps](http://localhost:8000/#!./pages/vi/firststeps.md#Step_0_-_Introductory_Steps)

0 comments on commit 659671e

Please sign in to comment.