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
Copy file name to clipboardExpand all lines: LINUX.es.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@ rm -rf ~/.anaconda_backup
476
476
- Guarda el archivo con `CTRL` + `s`
477
477
- Reinicia la terminal con `exec zsh`
478
478
- Remueve la inicializaciópn de Anaconda de tu `.zshrc`:
479
-
- Abre el archivo con `code ~/.zshrc`
479
+
- Abre el archivo con `code ~/.zshrc`
480
480
- Remueve las líneas de código desde `>>> conda initialize >>>` hasta `<<< conda initialize <<<`
481
481
</details>
482
482
@@ -680,7 +680,7 @@ Debería aparecer el siguiente mensaje:
680
680

681
681
682
682
683
-
## Kitt
683
+
## Kitt
684
684
685
685
Deberías haber recibido un correo electrónico de Le Wagon invitándote a registrarte en [Kitt](https://kitt.lewagon.com) (nuestra plataforma de aprendizaje).
686
686
@@ -735,3 +735,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
735
735
Si no tienes mucha experiencia con `git` y GitHub, por favor [ve nuevamente el video de este workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (puedes verlo a `1.25` de velocidad).
736
736
737
737
Si aún te queda tiempo, puedes esperar trabajar en este [Kata de Tic-Tac-Toe](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python) mientras esperas la primera clase.
Copy file name to clipboardExpand all lines: LINUX.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,7 +491,7 @@ rm -rf ~/.anaconda_backup
491
491
- Save the file with `CTRL` + `s`
492
492
- Restart your terminal with `exec zsh`
493
493
- Remove Anaconda initialization from your `.zshrc`:
494
-
- Open the file with `code ~/.zshrc`
494
+
- Open the file with `code ~/.zshrc`
495
495
- Remove the code lines starting from `>>> conda initialize >>>` to `<<< conda initialize <<<`
496
496
</details>
497
497
@@ -716,7 +716,7 @@ The following message should print:
716
716

717
717
718
718
719
-
## Kitt
719
+
## Kitt
720
720
721
721
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
722
722
@@ -770,3 +770,5 @@ If you are done with your setup, please ask around if some classmates need some
770
770
If you don't have a lot of experience with `git` and GitHub, please [(re-)watch this workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (`1.25` playback speed is fine).
771
771
772
772
If you do, then you can wait for the first lecture working on this [Tic-Tac-Toe Kata](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python)
Copy file name to clipboardExpand all lines: LINUX_gcp.md
+51-18Lines changed: 51 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175
175
176
176
⚠️ **Do not share you service account json file 🔑** ⚠️ Do not store it on your desktop, do not store it in your git codebase (even if your git repository is private), do not let it by the coffee machine, do not send it as a tweet.
177
177
178
-
- Go to the [service accounts page](https://console.cloud.google.com/apis/credentials/serviceaccountkey)
179
-
- Select your project in the list of recent projects if asked to
180
-
- Create a service account:
181
-
- Click on **CREATE SERVICE ACCOUNT**:
182
-
- Give a `Service account name` to that account
183
-
- Click on **CREATE AND CONTINUE**
184
-
- Click on **Select a role** and choose `Quick access/Basic` then **Owner**, which gives full access to all resources
185
-
- Click on **CONTINUE**
186
-
- Click on **DONE**
187
-
- Download the service account json file 🔑:
188
-
- Click on the newly created service account
189
-
- Click on **KEYS**
190
-
- Click on **ADD KEY** then **Create new key**
191
-
- Select **JSON** and click on **CREATE**
192
-
193
-

194
-
195
-
The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`)
178
+
#### Go to the Service Accounts page
179
+
180
+
Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).
181
+
182
+
- Select your project in the list of recent projects if asked to.
183
+
- If not asked, make sure the right project is selected in the Project selecter list at the top of the page.
184
+
185
+
An alternate way to navigate to the Service Accounts page is from the following:
186
+
187
+
<imgwidth="400"alt="01 Go to Service Accounts"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-01.png">
188
+
189
+
#### Create a service account
190
+
191
+
- Click on **CREATE SERVICE ACCOUNT**.
192
+
193
+
<imgwidth="400"alt="02 Create Service Account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-02.png">
194
+
195
+
- Give your service account a name, an id and a description, and click on **CREATE AND CONTINUE**.
196
+
197
+
<imgwidth="400"alt="03 Name the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-03.png">
198
+
199
+
- Click on **Select a role** and choose `Basic` then **`Owner`**, which gives the service account full access to all resources of your GCP project.
- Click on the blue **DONE** button at the bottom of this window. We don't need to worry about the section *Grant your users access to this service account*.
- On the service accounts page, click on the email address of the newly created service account.
211
+
212
+
<imgwidth="400"alt="05 Select the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-06.png">
213
+
214
+
- Click on the **KEYS** tab at the top of the page.
215
+
216
+
<imgwidth="400"alt="06 Go to Keys"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
<imgwidth="400"alt="08 Choose JSON and Create"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-09.png">
227
+
228
+
- The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`).
196
229
197
230
198
231
- Store the service account json file somewhere you'll remember, for example:
Deberías haber recibido un correo electrónico de Le Wagon invitándote a registrarte en [Kitt](https://kitt.lewagon.com) (nuestra plataforma de aprendizaje).
1297
1297
@@ -1346,3 +1346,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
1346
1346
Si no tienes mucha experiencia con `git` y GitHub, por favor [ve nuevamente el video de este workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (puedes verlo a `1.25` de velocidad).
1347
1347
1348
1348
Si aún te queda tiempo, puedes esperar trabajar en este [Kata de Tic-Tac-Toe](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python) mientras esperas la primera clase.
Copy file name to clipboardExpand all lines: WINDOWS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -958,7 +958,7 @@ rm -rf ~/.anaconda_backup
958
958
- If the file opens find the line matching the following pattern `export PATH="/path/to/anaconda3/bin:$PATH"` and delete the line
959
959
- Restart your terminal with `exec zsh`
960
960
- Remove Anaconda initialization from your `.zshrc`:
961
-
- Open the file with `code ~/.zshrc`
961
+
- Open the file with `code ~/.zshrc`
962
962
- Remove the code lines starting from `>>> conda initialize >>>` to `<<< conda initialize <<<`
963
963
</details>
964
964
@@ -1315,7 +1315,7 @@ Try `docker run hello-world` again.
1315
1315
</details>
1316
1316
1317
1317
1318
-
## Kitt
1318
+
## Kitt
1319
1319
1320
1320
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
1321
1321
@@ -1369,3 +1369,5 @@ If you are done with your setup, please ask around if some classmates need some
1369
1369
If you don't have a lot of experience with `git` and GitHub, please [(re-)watch this workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (`1.25` playback speed is fine).
1370
1370
1371
1371
If you do, then you can wait for the first lecture working on this [Tic-Tac-Toe Kata](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python)
Copy file name to clipboardExpand all lines: WINDOWS_gcp.md
+51-18Lines changed: 51 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175
175
176
176
⚠️ **Do not share you service account json file 🔑** ⚠️ Do not store it on your desktop, do not store it in your git codebase (even if your git repository is private), do not let it by the coffee machine, do not send it as a tweet.
177
177
178
-
- Go to the [service accounts page](https://console.cloud.google.com/apis/credentials/serviceaccountkey)
179
-
- Select your project in the list of recent projects if asked to
180
-
- Create a service account:
181
-
- Click on **CREATE SERVICE ACCOUNT**:
182
-
- Give a `Service account name` to that account
183
-
- Click on **CREATE AND CONTINUE**
184
-
- Click on **Select a role** and choose `Quick access/Basic` then **Owner**, which gives full access to all resources
185
-
- Click on **CONTINUE**
186
-
- Click on **DONE**
187
-
- Download the service account json file 🔑:
188
-
- Click on the newly created service account
189
-
- Click on **KEYS**
190
-
- Click on **ADD KEY** then **Create new key**
191
-
- Select **JSON** and click on **CREATE**
192
-
193
-

194
-
195
-
The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`)
178
+
#### Go to the Service Accounts page
179
+
180
+
Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).
181
+
182
+
- Select your project in the list of recent projects if asked to.
183
+
- If not asked, make sure the right project is selected in the Project selecter list at the top of the page.
184
+
185
+
An alternate way to navigate to the Service Accounts page is from the following:
186
+
187
+
<imgwidth="400"alt="01 Go to Service Accounts"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-01.png">
188
+
189
+
#### Create a service account
190
+
191
+
- Click on **CREATE SERVICE ACCOUNT**.
192
+
193
+
<imgwidth="400"alt="02 Create Service Account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-02.png">
194
+
195
+
- Give your service account a name, an id and a description, and click on **CREATE AND CONTINUE**.
196
+
197
+
<imgwidth="400"alt="03 Name the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-03.png">
198
+
199
+
- Click on **Select a role** and choose `Basic` then **`Owner`**, which gives the service account full access to all resources of your GCP project.
- Click on the blue **DONE** button at the bottom of this window. We don't need to worry about the section *Grant your users access to this service account*.
- On the service accounts page, click on the email address of the newly created service account.
211
+
212
+
<imgwidth="400"alt="05 Select the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-06.png">
213
+
214
+
- Click on the **KEYS** tab at the top of the page.
215
+
216
+
<imgwidth="400"alt="06 Go to Keys"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
<imgwidth="400"alt="08 Choose JSON and Create"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-09.png">
227
+
228
+
- The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`).
196
229
197
230
198
231
We will now move the service account json file from your Windows disk to the Ubuntu disk. This will allow the development tools in Ubuntu to access to the resources of your GCP account.
Deberías haber recibido un correo electrónico de Le Wagon invitándote a registrarte en [Kitt](https://kitt.lewagon.com) (nuestra plataforma de aprendizaje).
799
799
@@ -896,3 +896,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
896
896
Si no tienes mucha experiencia con `git` y GitHub, por favor [ve nuevamente el video de este workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (puedes verlo a `1.25` de velocidad).
897
897
898
898
Si aún te queda tiempo, puedes esperar trabajar en este [Kata de Tic-Tac-Toe](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python) mientras esperas la primera clase.
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
816
816
@@ -912,3 +912,5 @@ If you are done with your setup, please ask around if some classmates need some
912
912
If you don't have a lot of experience with `git` and GitHub, please [(re-)watch this workshop](https://www.youtube.com/watch?v=Z9fIBT2NBGY) (`1.25` playback speed is fine).
913
913
914
914
If you do, then you can wait for the first lecture working on this [Tic-Tac-Toe Kata](https://www.codewars.com/kata/5b817c2a0ce070ace8002be0/python)
Copy file name to clipboardExpand all lines: macOS_gcp.md
+51-18Lines changed: 51 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175
175
176
176
⚠️ **Do not share you service account json file 🔑** ⚠️ Do not store it on your desktop, do not store it in your git codebase (even if your git repository is private), do not let it by the coffee machine, do not send it as a tweet.
177
177
178
-
- Go to the [service accounts page](https://console.cloud.google.com/apis/credentials/serviceaccountkey)
179
-
- Select your project in the list of recent projects if asked to
180
-
- Create a service account:
181
-
- Click on **CREATE SERVICE ACCOUNT**:
182
-
- Give a `Service account name` to that account
183
-
- Click on **CREATE AND CONTINUE**
184
-
- Click on **Select a role** and choose `Quick access/Basic` then **Owner**, which gives full access to all resources
185
-
- Click on **CONTINUE**
186
-
- Click on **DONE**
187
-
- Download the service account json file 🔑:
188
-
- Click on the newly created service account
189
-
- Click on **KEYS**
190
-
- Click on **ADD KEY** then **Create new key**
191
-
- Select **JSON** and click on **CREATE**
192
-
193
-

194
-
195
-
The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`)
178
+
#### Go to the Service Accounts page
179
+
180
+
Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).
181
+
182
+
- Select your project in the list of recent projects if asked to.
183
+
- If not asked, make sure the right project is selected in the Project selecter list at the top of the page.
184
+
185
+
An alternate way to navigate to the Service Accounts page is from the following:
186
+
187
+
<imgwidth="400"alt="01 Go to Service Accounts"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-01.png">
188
+
189
+
#### Create a service account
190
+
191
+
- Click on **CREATE SERVICE ACCOUNT**.
192
+
193
+
<imgwidth="400"alt="02 Create Service Account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-02.png">
194
+
195
+
- Give your service account a name, an id and a description, and click on **CREATE AND CONTINUE**.
196
+
197
+
<imgwidth="400"alt="03 Name the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-03.png">
198
+
199
+
- Click on **Select a role** and choose `Basic` then **`Owner`**, which gives the service account full access to all resources of your GCP project.
- Click on the blue **DONE** button at the bottom of this window. We don't need to worry about the section *Grant your users access to this service account*.
- On the service accounts page, click on the email address of the newly created service account.
211
+
212
+
<imgwidth="400"alt="05 Select the service account"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-06.png">
213
+
214
+
- Click on the **KEYS** tab at the top of the page.
215
+
216
+
<imgwidth="400"alt="06 Go to Keys"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
<imgwidth="400"alt="08 Choose JSON and Create"src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-09.png">
227
+
228
+
- The browser has now saved the service account json file 🔑 in your downloads directory (it is named according to your service account name, something like `le-wagon-data-123456789abc.json`).
196
229
197
230
198
231
- Store the service account json file somewhere you'll remember, for example:
0 commit comments