把網站的開發筆記放在這個網站本身,
這是個機生蛋、蛋生雞的問題。
[這個網站的誕生: 01] 建立一個免費的 vm
如何建立一個免費的 vm 根據 google cloud 的說明 https://cloud.google.com/free?hl=en 滿足以下條件的 vm 是可以不用收錢的 1 non-preemptible e2-micro VM instance per month in one of the following US regions: Oregon: us-west1 Iowa: us-central1 South Carolina: us-east1 30 GB-months standard persistent disk 1 GB of outbound data transfer from North America to all region destinations (excluding China and Australia) per month 因此等等在建立 vm 時,按照上面的條件建立,並且要注意的是建立兩個以上的 vm 還是要收錢的,免費的只有第一個 建立 vm 步驟 首先你會先需要建立一個 google cloud 帳號 在 compute engin 中,點選上方的 “Create Instance” ...