@@ -19,9 +19,6 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
19
19
20
20
## Deploy to Google Cloud VM
21
21
22
- > Pre-requisite: Please [ set up Google Cloud SDK] ( gcloud-sdk ) on your local
23
- > machine.
24
-
25
22
[ Open your Google Cloud console] ( create-instance ) to create a new VM instance.
26
23
27
24
1 . Click ** Create Instance** .
@@ -36,13 +33,15 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
36
33
` code-server ` , and under ** Protocols and ports** tick ** Specified protocols and
37
34
ports** and ** tcp** . Beside ** tcp** , add ` 8443 ` , then create the rule.
38
35
39
- [ gcloud-sdk ] : https://cloud.google.com/sdk/docs/
40
36
[ create-instance ] : https://console.cloud.google.com/compute/instances
41
37
42
38
---
43
39
44
40
## Final Steps
45
41
42
+ Please [ set up Google Cloud SDK] ( gcloud-sdk ) on your local machine, or access
43
+ your instance terminal using another method.
44
+
46
45
<!-- TODO: add a screenshot of the initial terminal like other guides -->
47
46
48
47
1 . SSH into your Google Cloud VM:
@@ -83,6 +82,7 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
83
82
Exception** , then finally ** Confirm Security Exception** .
84
83
<img src =" ../../assets/chrome_warning.png " >
85
84
85
+ [ gcloud-sdk ] : https://cloud.google.com/sdk/docs/
86
86
[ code-server-latest ] : https://github.com/cdr/code-server/releases/latest
87
87
88
88
---
@@ -98,4 +98,4 @@ code-server for you in the background as a service and restart it for you if it
98
98
crashes.
99
99
100
100
[ security-guide ] : ../../security/index.md
101
- [ systemd-guide ] : https://www.linode .com/docs/quick-answers/ linux/start -service-at-boot/
101
+ [ systemd-guide ] : https://www.digitalocean .com/community/tutorials/how-to-configure-a- linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples
0 commit comments