@@ -19,9 +19,6 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
1919
2020## Deploy to Google Cloud VM
2121
22- > Pre-requisite: Please [ set up Google Cloud SDK] ( gcloud-sdk ) on your local
23- > machine.
24-
2522[ Open your Google Cloud console] ( create-instance ) to create a new VM instance.
2623
27241 . Click ** Create Instance** .
@@ -36,13 +33,15 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
3633 ` code-server ` , and under ** Protocols and ports** tick ** Specified protocols and
3734 ports** and ** tcp** . Beside ** tcp** , add ` 8443 ` , then create the rule.
3835
39- [ gcloud-sdk ] : https://cloud.google.com/sdk/docs/
4036[ create-instance ] : https://console.cloud.google.com/compute/instances
4137
4238---
4339
4440## Final Steps
4541
42+ Please [ set up Google Cloud SDK] ( gcloud-sdk ) on your local machine, or access
43+ your instance terminal using another method.
44+
4645<!-- TODO: add a screenshot of the initial terminal like other guides -->
4746
48471 . SSH into your Google Cloud VM:
@@ -83,6 +82,7 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
8382 Exception** , then finally ** Confirm Security Exception** .
8483 <img src =" ../../assets/chrome_warning.png " >
8584
85+ [ gcloud-sdk ] : https://cloud.google.com/sdk/docs/
8686[ code-server-latest ] : https://github.com/cdr/code-server/releases/latest
8787
8888---
@@ -98,4 +98,4 @@ code-server for you in the background as a service and restart it for you if it
9898crashes.
9999
100100[ 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