Untuk men-deploy aplikasi di App Engine, Anda harus membuat project Google Cloud, yang merupakan container tingkat atas yang menyimpan resource aplikasi App Engine Anda serta resource Google Cloud lainnya.
Dalam tugas ini, Anda membuat project Google Cloud dan aplikasi App Engine untuk menyimpan setelan, resource komputasi, kredensial, dan metadata untuk aplikasi Anda.
Jika Anda sudah memiliki project Google Cloud dengan App Engine dan Cloud Build API yang aktif, lanjutkan ke bagian Menulis Layanan Web Anda.
Membuat project Google Cloud
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Buat aplikasi App Engine untuk project Google Cloud Anda di konsol Google Cloud.
Pilih region tempat Anda ingin menempatkan resource komputasi aplikasi.
Langkah berikutnya
Setelah project Google Cloud Anda siap, Anda siap untuk menulis layanan web dasar dengan Node.js.