Skip to content

Commit bb939db

Browse files
author
github-actions
committed
setup guides generated
1 parent 6d85162 commit bb939db

9 files changed

Lines changed: 177 additions & 66 deletions

File tree

LINUX.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ rm -rf ~/.anaconda_backup
476476
- Guarda el archivo con `CTRL` + `s`
477477
- Reinicia la terminal con `exec zsh`
478478
- Remueve la inicializaciópn de Anaconda de tu `.zshrc`:
479-
- Abre el archivo con `code ~/.zshrc`
479+
- Abre el archivo con `code ~/.zshrc`
480480
- Remueve las líneas de código desde `>>> conda initialize >>>` hasta `<<< conda initialize <<<`
481481
</details>
482482

@@ -680,7 +680,7 @@ Debería aparecer el siguiente mensaje:
680680
![](images/docker_hello.png)
681681

682682

683-
## Kitt
683+
## Kitt
684684

685685
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).
686686

@@ -735,3 +735,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
735735
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).
736736

737737
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.
738+
739+

LINUX.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ rm -rf ~/.anaconda_backup
491491
- Save the file with `CTRL` + `s`
492492
- Restart your terminal with `exec zsh`
493493
- Remove Anaconda initialization from your `.zshrc`:
494-
- Open the file with `code ~/.zshrc`
494+
- Open the file with `code ~/.zshrc`
495495
- Remove the code lines starting from `>>> conda initialize >>>` to `<<< conda initialize <<<`
496496
</details>
497497

@@ -716,7 +716,7 @@ The following message should print:
716716
![](images/docker_hello.png)
717717

718718

719-
## Kitt
719+
## Kitt
720720

721721
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
722722

@@ -770,3 +770,5 @@ If you are done with your setup, please ask around if some classmates need some
770770
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).
771771

772772
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)
773+
774+

LINUX_gcp.md

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175175

176176
⚠️ **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.
177177

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-
![](images/gcp_create_key.png)
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+
<img width="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+
<img width="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+
<img width="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.
200+
201+
<img width="400" alt="04 Add BigQuery Job User" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-04.png">
202+
203+
- 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*.
204+
205+
<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">
206+
207+
208+
#### Create a json key 🔑 for this service account
209+
210+
- On the service accounts page, click on the email address of the newly created service account.
211+
212+
<img width="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+
<img width="400" alt="06 Go to Keys" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
217+
218+
219+
- Click on **ADD KEY** then **Create new key**.
220+
221+
<img width="400" alt="07 Add Key" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-08.png">
222+
223+
224+
- Select **JSON** and click on **CREATE**.
225+
226+
<img width="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`).
196229

197230

198231
- Store the service account json file somewhere you'll remember, for example:

WINDOWS.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ rm -rf ~/.anaconda_backup
953953
- Si el archivo abre, busca la línea que coincida con el siguiente patrón `export PATH="/path/to/anaconda3/bin:$PATH"` y eliminala
954954
- Reinicia la terminal con `exec zsh`
955955
- Remueve la inicializaciópn de Anaconda de tu `.zshrc`:
956-
- Abre el archivo con `code ~/.zshrc`
956+
- Abre el archivo con `code ~/.zshrc`
957957
- Remueve las líneas de código desde `>>> conda initialize >>>` hasta `<<< conda initialize <<<`
958958
</details>
959959

@@ -1291,7 +1291,7 @@ Intente `docker info` nuevamente.
12911291
</details>
12921292

12931293

1294-
## Kitt
1294+
## Kitt
12951295

12961296
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).
12971297

@@ -1346,3 +1346,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
13461346
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).
13471347

13481348
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.
1349+
1350+

WINDOWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ rm -rf ~/.anaconda_backup
958958
- If the file opens find the line matching the following pattern `export PATH="/path/to/anaconda3/bin:$PATH"` and delete the line
959959
- Restart your terminal with `exec zsh`
960960
- Remove Anaconda initialization from your `.zshrc`:
961-
- Open the file with `code ~/.zshrc`
961+
- Open the file with `code ~/.zshrc`
962962
- Remove the code lines starting from `>>> conda initialize >>>` to `<<< conda initialize <<<`
963963
</details>
964964

@@ -1315,7 +1315,7 @@ Try `docker run hello-world` again.
13151315
</details>
13161316

13171317

1318-
## Kitt
1318+
## Kitt
13191319

13201320
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
13211321

@@ -1369,3 +1369,5 @@ If you are done with your setup, please ask around if some classmates need some
13691369
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).
13701370

13711371
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)
1372+
1373+

WINDOWS_gcp.md

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175175

176176
⚠️ **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.
177177

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-
![](images/gcp_create_key.png)
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+
<img width="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+
<img width="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+
<img width="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.
200+
201+
<img width="400" alt="04 Add BigQuery Job User" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-04.png">
202+
203+
- 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*.
204+
205+
<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">
206+
207+
208+
#### Create a json key 🔑 for this service account
209+
210+
- On the service accounts page, click on the email address of the newly created service account.
211+
212+
<img width="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+
<img width="400" alt="06 Go to Keys" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
217+
218+
219+
- Click on **ADD KEY** then **Create new key**.
220+
221+
<img width="400" alt="07 Add Key" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-08.png">
222+
223+
224+
- Select **JSON** and click on **CREATE**.
225+
226+
<img width="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`).
196229

197230

198231
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.

macOS.es.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ rm -rf ~/opt
528528
- Guarda el archivo con `CMD` + `s`
529529
- Reinicia la terminal con `exec zsh`
530530
- Remueve la inicializaciópn de Anaconda de tu `.zshrc`:
531-
- Abre el archivo con `code ~/.zshrc`
531+
- Abre el archivo con `code ~/.zshrc`
532532
- Remueve las líneas de código desde `>>> conda initialize >>>` hasta `<<< conda initialize <<<`
533533
</details>
534534

@@ -793,7 +793,7 @@ $(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
793793
```
794794

795795

796-
## Kitt
796+
## Kitt
797797

798798
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).
799799

@@ -896,3 +896,5 @@ Si has terminado la configuración, te pedimos que preguntes si alguien necesita
896896
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).
897897

898898
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.
899+
900+

macOS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ rm -rf ~/opt
525525
- Save the file with `CMD` + `s`
526526
- Restart your terminal with `exec zsh`
527527
- Remove Anaconda initialization from your `.zshrc`:
528-
- Open the file with `code ~/.zshrc`
528+
- Open the file with `code ~/.zshrc`
529529
- Remove the code lines starting from `>>> conda initialize >>>` to `<<< conda initialize <<<`
530530
</details>
531531

@@ -810,7 +810,7 @@ $(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/install.sh
810810
```
811811

812812

813-
## Kitt
813+
## Kitt
814814

815815
You should have received an email from Le Wagon inviting you to sign up on [Kitt](https://kitt.lewagon.com) (our learning platform).
816816

@@ -912,3 +912,5 @@ If you are done with your setup, please ask around if some classmates need some
912912
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).
913913

914914
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)
915+
916+

macOS_gcp.md

Lines changed: 51 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -175,24 +175,57 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)
175175

176176
⚠️ **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.
177177

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-
![](images/gcp_create_key.png)
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+
<img width="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+
<img width="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+
<img width="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.
200+
201+
<img width="400" alt="04 Add BigQuery Job User" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-04.png">
202+
203+
- 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*.
204+
205+
<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">
206+
207+
208+
#### Create a json key 🔑 for this service account
209+
210+
- On the service accounts page, click on the email address of the newly created service account.
211+
212+
<img width="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+
<img width="400" alt="06 Go to Keys" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-07.png">
217+
218+
219+
- Click on **ADD KEY** then **Create new key**.
220+
221+
<img width="400" alt="07 Add Key" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-08.png">
222+
223+
224+
- Select **JSON** and click on **CREATE**.
225+
226+
<img width="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`).
196229

197230

198231
- Store the service account json file somewhere you'll remember, for example:

0 commit comments

Comments
 (0)