You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -899,13 +905,6 @@ you don't want your email to appear in public repositories you may contribute to
899
905
</details>
900
906
901
907
902
-
Once you have finished installing the **dotfiles**, kill your terminal (little trash can at the top right of the terminal window) and re-open it. You might have to do it a few times until it looks similar to:
903
-
904
-

905
-
906
-
The terminal should read as `zsh`.
907
-
908
-
909
908
OR
910
909
911
910
<details>
@@ -958,6 +957,8 @@ you don't want your email to appear in public repositories you may contribute to
958
957
</details>
959
958
960
959
960
+
---
961
+
961
962
Once you have finished installing the **dotfiles**, kill your terminal (little trash can at the top right of the terminal window) and re-open it. You might have to do it a few times until it looks similar to:
962
963
963
964

@@ -1060,7 +1061,7 @@ We've used two ansible playbooks to configure our Virtual Machine. Let's run som
1060
1061
1061
1062
#### Python
1062
1063
1063
-
To test:
1064
+
🧪 To test:
1064
1065
1065
1066
```bash
1066
1067
python --version
@@ -1074,7 +1075,7 @@ Python 3.12.8
1074
1075
1075
1076
#### Pyenv
1076
1077
1077
-
To test:
1078
+
🧪 To test:
1078
1079
1079
1080
```bash
1080
1081
pyenv versions
@@ -1091,7 +1092,7 @@ Note: There should be an `*` next to 3.12.8
1091
1092
1092
1093
#### Pipx
1093
1094
1094
-
To test:
1095
+
🧪 To test:
1095
1096
1096
1097
```bash
1097
1098
pipx list
@@ -1114,7 +1115,7 @@ manual pages are exposed at /home/<your_username>/.local/share/man
Copy file name to clipboardExpand all lines: WINDOWS.md
+36-24Lines changed: 36 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ To install, download the Google Cloud CLI installer from this [link here 🔗](h
318
318
319
319
Once it's finished downloading, launch the installer and follow the prompts. You only need to install `gcloud` for the current user.
320
320
321
-
On the last screen of the installer there will be four check boxes. Makes sure that the box for `run gcloud init` is selected. On confirmation this should open a new **Command Prompt** window and ask a series of questions like:
321
+
On the last screen of the installer there will be four check boxes. Makes sure that the boxes for `Start Google SDK Shell` and `Run gcloud init to configure the Google Cloud CLI` are selected then click **Finish**. This should open a new **Command Prompt** window and ask a series of questions like:
322
322
-**Do you want to log in?** - type `y` and hit enter and following the prompts. It should open a web-browser to log in to your Google account.
323
323
-**Pick cloud project to use** - Select your GCP Project ID that you want to connect with `gcloud`
324
324
-**Select your region and zone** - You can safely enter `n`. It's not important to us at the moment.
@@ -374,9 +374,9 @@ To install terraform, download the **zip archive** from the Terraform install pa
374
374
375
375
3. Copy `terraform.exe`
376
376
377
-
4. Navigate to your home directory (`C:\Users\<YOUR_USERNAME>\`) and create a directory named **cli_apps**
377
+
4. Navigate to your home directory (`C:\Users\<YOUR_USERNAME>\`) and create a directory named `cli_apps`
378
378
379
-
5. Paste `terraform.exe` in the **cli_apps** directory
379
+
5. Paste `terraform.exe` in the `cli_apps` directory
380
380
381
381
### Add terraform to PATH
382
382
@@ -442,21 +442,26 @@ First we'll create a folder and download the terraform files with:
442
442
443
443
Using the Command Prompt (cmd), run the following:
Open up the file `terraform.tfvars` in VS Code or any other code editor. It should look like:
462
+
Open up the file `C:\Users\<YOUR_USERNAME>\wagon-de-bootcamp\terraform.tfvars` in VS Code or any other code editor.
463
+
464
+
It should look like:
460
465
461
466
```bash
462
467
project_id = "<YOUR_GCP_PROJECT>"
@@ -471,7 +476,7 @@ We'll need to change some values in this file. Here's were you can find the requ
471
476
-**region:** take a look at the GCP Region and Zone documentation at this [link here](https://cloud.google.com/compute/docs/regions-zones). We strongly recommend you choose the closest geographical region.
472
477
-**zone:** Zone is a subset of region. it is almost always the same as **region** appended with `-a`, `-b`, or `-c`.
473
478
-**instance_name:** we recommend naming your VM: `lw-de-vm-<YOUR_GITHUB_USERNAME>`. Replacing `<YOUR_GITHUB_USERNAME>` with your GitHub username.
474
-
-**instance_user:** in the command prompt, run `echo %username%`
479
+
-**instance_user:** in Command Prompt, run `echo %username%`
475
480
476
481
After completing this file, it should look similar to:
@@ -868,13 +885,6 @@ you don't want your email to appear in public repositories you may contribute to
868
885
</details>
869
886
870
887
871
-
Once you have finished installing the **dotfiles**, kill your terminal (little trash can at the top right of the terminal window) and re-open it. You might have to do it a few times until it looks similar to:
872
-
873
-

874
-
875
-
The terminal should read as `zsh`.
876
-
877
-
878
888
OR
879
889
880
890
<details>
@@ -927,6 +937,8 @@ you don't want your email to appear in public repositories you may contribute to
927
937
</details>
928
938
929
939
940
+
---
941
+
930
942
Once you have finished installing the **dotfiles**, kill your terminal (little trash can at the top right of the terminal window) and re-open it. You might have to do it a few times until it looks similar to:
931
943
932
944

@@ -1029,7 +1041,7 @@ We've used two ansible playbooks to configure our Virtual Machine. Let's run som
1029
1041
1030
1042
#### Python
1031
1043
1032
-
To test:
1044
+
🧪 To test:
1033
1045
1034
1046
```bash
1035
1047
python --version
@@ -1043,7 +1055,7 @@ Python 3.12.8
1043
1055
1044
1056
#### Pyenv
1045
1057
1046
-
To test:
1058
+
🧪 To test:
1047
1059
1048
1060
```bash
1049
1061
pyenv versions
@@ -1060,7 +1072,7 @@ Note: There should be an `*` next to 3.12.8
1060
1072
1061
1073
#### Pipx
1062
1074
1063
-
To test:
1075
+
🧪 To test:
1064
1076
1065
1077
```bash
1066
1078
pipx list
@@ -1083,7 +1095,7 @@ manual pages are exposed at /home/<your_username>/.local/share/man
0 commit comments