You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: These steps are for Ubuntu. Feel free to use Mac OS if you like.
5
+
You will have to figure out how to install Docker and Google Cloud CLI on Mac OS.
6
+
4
7
1) Install Docker and gcloud CLI
5
8
Create free tier EC2 instance
6
9
- create Ubuntu 16.04 EC2 instance (free tier). Allow ingress for port 22 from anywhere (0.0.0.0/0)
@@ -16,8 +19,9 @@ SSH back into EC2 instance
16
19
17
20
18
21
2) Configure authentication for gcloud CLI
19
-
gcloud auth login <your-gmail-address>
20
-
Create Project in Google Cloud Console
22
+
gcloud auth login --> Follow the prompts (you will have to open browser window and paste the generated link, then paste the generated code in
23
+
the verification field in your console.)
24
+
Create Project in Google Cloud Console --> Note down the Project ID. Remember that Project ID is different than the Project's Name. You will need Project ID in subsequent steps.
0 commit comments