@@ -16,21 +16,9 @@ Virtual Machine instance.
16
16
17
17
1 . Select your project.
18
18
19
- 1 . Click ` Compute Engine ` >> ` VM instances ` >> ` Create `
20
-
21
- 1 . Give your machine a name, Region, Zone. [ more info] ( https://cloud.google.com/compute/docs/regions-zones )
22
-
23
- 1 . Choose the Size of your instance. Remember that node.js is single-threaded so
24
- there's no benefit to picking a size with multiple cores for a simple node-red
25
- instance. ` f1-micro(1 vCPU, 614 MB memory) ` is a good starting point.
26
-
27
- 1 . In the list of Boot disk, select ** Ubuntu** , then click 'Select'.
28
-
29
- 1 . Click 'Create' on the Settings page, check the Summary then click 'Ok' to deploy
30
- the new instance.
31
-
32
19
1 . Click ` VPC network ` >> ` VPC networks ` >> ` Firewall rules ` >> ` CREATE FIREWALL RULE `
33
- new 'Create a firewall rule' with the options set as:
20
+
21
+ new ` Create a firewall rule ` with the options set as:
34
22
- Name: node-red-editor
35
23
- Network: default
36
24
- Priority: 1010
@@ -41,10 +29,29 @@ Virtual Machine instance.
41
29
- Source IP ranges: 0.0.0.0/0
42
30
- Protocols and ports: Specified protocols and ports
43
31
- tcp: 1880
32
+
44
33
Click ` Create ` on the Settings page.
45
34
35
+ 1 . Click ` Compute Engine ` >> ` VM instances ` >> ` Create `
36
+
37
+ Give your machine info
38
+ - Name: node-red-instance
39
+ - Region: us-central1
40
+ - Zone: us-central1-a
41
+ - Machine configuration
42
+ - Machine family
43
+ - General-purpose
44
+ - Series
45
+ - N1
46
+ - Machine type
47
+ - f1-micro
48
+ - Boot disk
49
+ - Ubuntu 18.04 LTS
50
+
51
+ Click ` Create ` on the Settings page, then the instance will start to be created.
52
+
46
53
After a couple of minutes your instance will be running. In the console
47
- you can find your instance's IP address
54
+ you can find your instance's IP address as ` External IP ` .
48
55
49
56
#### Setup Node-RED
50
57
0 commit comments