Skip to content

Commit 838a052

Browse files
committed
instructions moved to scribe
1 parent 7f06377 commit 838a052

File tree

4 files changed

+0
-248
lines changed

4 files changed

+0
-248
lines changed

LINUX.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -267,68 +267,6 @@ _Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/
267267

268268
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
269269

270-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
271-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
272-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
273-
274-
<img alt="gcloud-console-vm-create-instance" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create-instance.png" width=500>
275-
- In the section `Machine configuration` under the sub-heading `Machine type`
276-
- Select General purpose > PRESET > e2-standard-4
277-
278-
<img alt="gcloud-console-vm-e2-standard4" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/v9dv42llst8qjp2uj0d1yr00po1g" width=500>
279-
- Boot disk > Change
280-
- Operating system > Ubuntu
281-
- Version > Ubuntu 22.04 LTS x86/64
282-
- Boot disk type > Balanced persistent disk
283-
- Size > upgrade to 150GB
284-
285-
<img alt="gcloud-console-vm-ubunt" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-ubunt.png" width=500>
286-
- Open `Networking, Disks, ...` under `Advanced options`
287-
- Open `Networking`
288-
289-
<img alt="gcloud-console-vm-networking" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-networking.png" width=500>
290-
- Go to `Network interfaces` and click on `default default (...)` with a downward arrow on the right.
291-
292-
<img alt="gcloud-console-vm-network-interfaces" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-network-interfaces.png" width=500>
293-
- This opened a box `Edit network interface`
294-
- Go to the dropdown `External IPv4 address`, click on it, click on `RESERVE STATIC EXTERNAL IP ADDRESS`
295-
296-
<img alt="gcloud-console-vm-create-static-ip" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/1ax09j2zld7x0lsvpp9p8ld8u5vc" width=300>
297-
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
298-
299-
<img alt="gcloud-console-reserve-static-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-reserve-static-ip.png" width=300>
300-
301-
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
302-
303-
<img alt="gcloud-console-new-external-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-new-external-ip.png" width=300>
304-
305-
### Public SSH key
306-
- Open the `Security` section
307-
308-
<img alt="gcloud-console-vm-security" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-security.png" width=300>
309-
- Open the `Manage access` subsection
310-
311-
<img alt="gcloud-console-manage-access" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-manage-access.png" width=200>
312-
- Go to `Add manually generated SSH keys` and click `Add item`
313-
314-
<img alt="gcloud-console-add-manual-ssh-key" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-manual-ssh-key.png" width=500>
315-
- In your terminal display your public SSH key:
316-
- Windows: navigate to where you created your SSH key and open `id_ed25519.pub`
317-
318-
- Mac/Linux users can use:
319-
```bash
320-
cat ~/.ssh/id_ed25519.pub
321-
# OR cat ~/.ssh/de-bootcamp.pub if you created a unique key
322-
```
323-
- Copy your public SSH key and paste it:
324-
325-
<img alt="gcloud-console-add-ssh-key-pub" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-ssh-key-pub.png" width=500>
326-
- On the right hand side you should see
327-
328-
<img alt="gcloud-console-vm-price-month" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-price-month.png" width=300>
329-
- You should be good to go and click `CREATE` at the bottom
330-
331-
<img alt="gcloud-console-vm-create" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create.png" width=500>
332270
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
333271

334272
<img alt="gcloud-console-vm-instance-running" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-instance-running.png" width=500>

WINDOWS.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -267,68 +267,6 @@ _Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/
267267

268268
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
269269

270-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
271-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
272-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
273-
274-
<img alt="gcloud-console-vm-create-instance" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create-instance.png" width=500>
275-
- In the section `Machine configuration` under the sub-heading `Machine type`
276-
- Select General purpose > PRESET > e2-standard-4
277-
278-
<img alt="gcloud-console-vm-e2-standard4" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/v9dv42llst8qjp2uj0d1yr00po1g" width=500>
279-
- Boot disk > Change
280-
- Operating system > Ubuntu
281-
- Version > Ubuntu 22.04 LTS x86/64
282-
- Boot disk type > Balanced persistent disk
283-
- Size > upgrade to 150GB
284-
285-
<img alt="gcloud-console-vm-ubunt" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-ubunt.png" width=500>
286-
- Open `Networking, Disks, ...` under `Advanced options`
287-
- Open `Networking`
288-
289-
<img alt="gcloud-console-vm-networking" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-networking.png" width=500>
290-
- Go to `Network interfaces` and click on `default default (...)` with a downward arrow on the right.
291-
292-
<img alt="gcloud-console-vm-network-interfaces" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-network-interfaces.png" width=500>
293-
- This opened a box `Edit network interface`
294-
- Go to the dropdown `External IPv4 address`, click on it, click on `RESERVE STATIC EXTERNAL IP ADDRESS`
295-
296-
<img alt="gcloud-console-vm-create-static-ip" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/1ax09j2zld7x0lsvpp9p8ld8u5vc" width=300>
297-
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
298-
299-
<img alt="gcloud-console-reserve-static-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-reserve-static-ip.png" width=300>
300-
301-
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
302-
303-
<img alt="gcloud-console-new-external-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-new-external-ip.png" width=300>
304-
305-
### Public SSH key
306-
- Open the `Security` section
307-
308-
<img alt="gcloud-console-vm-security" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-security.png" width=300>
309-
- Open the `Manage access` subsection
310-
311-
<img alt="gcloud-console-manage-access" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-manage-access.png" width=200>
312-
- Go to `Add manually generated SSH keys` and click `Add item`
313-
314-
<img alt="gcloud-console-add-manual-ssh-key" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-manual-ssh-key.png" width=500>
315-
- In your terminal display your public SSH key:
316-
- Windows: navigate to where you created your SSH key and open `id_ed25519.pub`
317-
318-
- Mac/Linux users can use:
319-
```bash
320-
cat ~/.ssh/id_ed25519.pub
321-
# OR cat ~/.ssh/de-bootcamp.pub if you created a unique key
322-
```
323-
- Copy your public SSH key and paste it:
324-
325-
<img alt="gcloud-console-add-ssh-key-pub" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-ssh-key-pub.png" width=500>
326-
- On the right hand side you should see
327-
328-
<img alt="gcloud-console-vm-price-month" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-price-month.png" width=300>
329-
- You should be good to go and click `CREATE` at the bottom
330-
331-
<img alt="gcloud-console-vm-create" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create.png" width=500>
332270
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
333271

334272
<img alt="gcloud-console-vm-instance-running" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-instance-running.png" width=500>

_partials/virtual_machine.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -9,68 +9,6 @@ _Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/
99

1010
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
1111

12-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
13-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
14-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
15-
16-
<img alt="gcloud-console-vm-create-instance" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create-instance.png" width=500>
17-
- In the section `Machine configuration` under the sub-heading `Machine type`
18-
- Select General purpose > PRESET > e2-standard-4
19-
20-
<img alt="gcloud-console-vm-e2-standard4" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/v9dv42llst8qjp2uj0d1yr00po1g" width=500>
21-
- Boot disk > Change
22-
- Operating system > Ubuntu
23-
- Version > Ubuntu 22.04 LTS x86/64
24-
- Boot disk type > Balanced persistent disk
25-
- Size > upgrade to 150GB
26-
27-
<img alt="gcloud-console-vm-ubunt" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-ubunt.png" width=500>
28-
- Open `Networking, Disks, ...` under `Advanced options`
29-
- Open `Networking`
30-
31-
<img alt="gcloud-console-vm-networking" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-networking.png" width=500>
32-
- Go to `Network interfaces` and click on `default default (...)` with a downward arrow on the right.
33-
34-
<img alt="gcloud-console-vm-network-interfaces" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-network-interfaces.png" width=500>
35-
- This opened a box `Edit network interface`
36-
- Go to the dropdown `External IPv4 address`, click on it, click on `RESERVE STATIC EXTERNAL IP ADDRESS`
37-
38-
<img alt="gcloud-console-vm-create-static-ip" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/1ax09j2zld7x0lsvpp9p8ld8u5vc" width=300>
39-
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
40-
41-
<img alt="gcloud-console-reserve-static-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-reserve-static-ip.png" width=300>
42-
43-
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
44-
45-
<img alt="gcloud-console-new-external-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-new-external-ip.png" width=300>
46-
47-
### Public SSH key
48-
- Open the `Security` section
49-
50-
<img alt="gcloud-console-vm-security" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-security.png" width=300>
51-
- Open the `Manage access` subsection
52-
53-
<img alt="gcloud-console-manage-access" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-manage-access.png" width=200>
54-
- Go to `Add manually generated SSH keys` and click `Add item`
55-
56-
<img alt="gcloud-console-add-manual-ssh-key" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-manual-ssh-key.png" width=500>
57-
- In your terminal display your public SSH key:
58-
- Windows: navigate to where you created your SSH key and open `id_ed25519.pub`
59-
60-
- Mac/Linux users can use:
61-
```bash
62-
cat ~/.ssh/id_ed25519.pub
63-
# OR cat ~/.ssh/de-bootcamp.pub if you created a unique key
64-
```
65-
- Copy your public SSH key and paste it:
66-
67-
<img alt="gcloud-console-add-ssh-key-pub" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-ssh-key-pub.png" width=500>
68-
- On the right hand side you should see
69-
70-
<img alt="gcloud-console-vm-price-month" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-price-month.png" width=300>
71-
- You should be good to go and click `CREATE` at the bottom
72-
73-
<img alt="gcloud-console-vm-create" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create.png" width=500>
7412
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
7513

7614
<img alt="gcloud-console-vm-instance-running" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-instance-running.png" width=500>

macOS.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -267,68 +267,6 @@ _Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/
267267

268268
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
269269

270-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
271-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
272-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
273-
274-
<img alt="gcloud-console-vm-create-instance" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create-instance.png" width=500>
275-
- In the section `Machine configuration` under the sub-heading `Machine type`
276-
- Select General purpose > PRESET > e2-standard-4
277-
278-
<img alt="gcloud-console-vm-e2-standard4" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/v9dv42llst8qjp2uj0d1yr00po1g" width=500>
279-
- Boot disk > Change
280-
- Operating system > Ubuntu
281-
- Version > Ubuntu 22.04 LTS x86/64
282-
- Boot disk type > Balanced persistent disk
283-
- Size > upgrade to 150GB
284-
285-
<img alt="gcloud-console-vm-ubunt" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-ubunt.png" width=500>
286-
- Open `Networking, Disks, ...` under `Advanced options`
287-
- Open `Networking`
288-
289-
<img alt="gcloud-console-vm-networking" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-networking.png" width=500>
290-
- Go to `Network interfaces` and click on `default default (...)` with a downward arrow on the right.
291-
292-
<img alt="gcloud-console-vm-network-interfaces" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-network-interfaces.png" width=500>
293-
- This opened a box `Edit network interface`
294-
- Go to the dropdown `External IPv4 address`, click on it, click on `RESERVE STATIC EXTERNAL IP ADDRESS`
295-
296-
<img alt="gcloud-console-vm-create-static-ip" src="https://wagon-public-assets.s3.eu-west-3.amazonaws.com/1ax09j2zld7x0lsvpp9p8ld8u5vc" width=300>
297-
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
298-
299-
<img alt="gcloud-console-reserve-static-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-reserve-static-ip.png" width=300>
300-
301-
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
302-
303-
<img alt="gcloud-console-new-external-ip" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-new-external-ip.png" width=300>
304-
305-
### Public SSH key
306-
- Open the `Security` section
307-
308-
<img alt="gcloud-console-vm-security" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-security.png" width=300>
309-
- Open the `Manage access` subsection
310-
311-
<img alt="gcloud-console-manage-access" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-manage-access.png" width=200>
312-
- Go to `Add manually generated SSH keys` and click `Add item`
313-
314-
<img alt="gcloud-console-add-manual-ssh-key" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-manual-ssh-key.png" width=500>
315-
- In your terminal display your public SSH key:
316-
- Windows: navigate to where you created your SSH key and open `id_ed25519.pub`
317-
318-
- Mac/Linux users can use:
319-
```bash
320-
cat ~/.ssh/id_ed25519.pub
321-
# OR cat ~/.ssh/de-bootcamp.pub if you created a unique key
322-
```
323-
- Copy your public SSH key and paste it:
324-
325-
<img alt="gcloud-console-add-ssh-key-pub" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-add-ssh-key-pub.png" width=500>
326-
- On the right hand side you should see
327-
328-
<img alt="gcloud-console-vm-price-month" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-price-month.png" width=300>
329-
- You should be good to go and click `CREATE` at the bottom
330-
331-
<img alt="gcloud-console-vm-create" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-create.png" width=500>
332270
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
333271

334272
<img alt="gcloud-console-vm-instance-running" src="https://wagon-public-datasets.s3.amazonaws.com/data-engineering/setup/gcloud-console-vm-instance-running.png" width=500>

0 commit comments

Comments
 (0)