Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 29, 2024
1 parent 6651b6b commit fcb6585
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
18 changes: 0 additions & 18 deletions LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -936,10 +936,6 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)

#### Go to the Service Accounts page

<details>
<summary><strong>Click to expand</strong>
</summary>

Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).

- Select your project in the list of recent projects if asked to.
Expand All @@ -949,14 +945,8 @@ An alternate way to navigate to the Service Accounts page is from the following:

<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">

</details>

#### Create a service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- Click on **CREATE SERVICE ACCOUNT**.

<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">
Expand All @@ -973,15 +963,9 @@ An alternate way to navigate to the Service Accounts page is from the following:

<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">

</details>


#### Create a json key 🔑 for this service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- On the service accounts page, click on the email address of the newly created service account.

<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">
Expand All @@ -1002,8 +986,6 @@ An alternate way to navigate to the Service Accounts page is from the following:

- 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`).

</details>


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

Expand Down
18 changes: 0 additions & 18 deletions WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1613,10 +1613,6 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)

#### Go to the Service Accounts page

<details>
<summary><strong>Click to expand</strong>
</summary>

Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).

- Select your project in the list of recent projects if asked to.
Expand All @@ -1626,14 +1622,8 @@ An alternate way to navigate to the Service Accounts page is from the following:

<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">

</details>

#### Create a service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- Click on **CREATE SERVICE ACCOUNT**.

<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">
Expand All @@ -1650,15 +1640,9 @@ An alternate way to navigate to the Service Accounts page is from the following:

<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">

</details>


#### Create a json key 🔑 for this service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- On the service accounts page, click on the email address of the newly created service account.

<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">
Expand All @@ -1679,8 +1663,6 @@ An alternate way to navigate to the Service Accounts page is from the following:

- 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`).

</details>


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.

Expand Down
18 changes: 0 additions & 18 deletions macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1042,10 +1042,6 @@ Since the [service account](https://cloud.google.com/iam/docs/service-accounts)

#### Go to the Service Accounts page

<details>
<summary><strong>Click to expand</strong>
</summary>

Navigate to the GCP service accounts page at [this link](https://console.cloud.google.com/apis/credentials/serviceaccountkey).

- Select your project in the list of recent projects if asked to.
Expand All @@ -1055,14 +1051,8 @@ An alternate way to navigate to the Service Accounts page is from the following:

<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">

</details>

#### Create a service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- Click on **CREATE SERVICE ACCOUNT**.

<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">
Expand All @@ -1079,15 +1069,9 @@ An alternate way to navigate to the Service Accounts page is from the following:

<img width="400" alt="04 Done" src="https://wagon-public-datasets.s3.amazonaws.com/data-science-images/00-Setup/GCP/service-account-05.png">

</details>


#### Create a json key 🔑 for this service account

<details>
<summary><strong>Click to expand</strong>
</summary>

- On the service accounts page, click on the email address of the newly created service account.

<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">
Expand All @@ -1108,8 +1092,6 @@ An alternate way to navigate to the Service Accounts page is from the following:

- 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`).

</details>


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

Expand Down

0 comments on commit fcb6585

Please sign in to comment.