Buat project Anda

Untuk men-deploy aplikasi di App Engine, Anda harus membuat project Google Cloud, yang merupakan penampung 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

  1. 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.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. Enable the Cloud Build API.

    Enable the API

  5. Install the Google Cloud CLI.
  6. If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.

  7. To initialize the gcloud CLI, run the following command:

    gcloud init
  8. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  9. Make sure that billing is enabled for your Google Cloud project.

  10. Enable the Cloud Build API.

    Enable the API

  11. Install the Google Cloud CLI.
  12. If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.

  13. To initialize the gcloud CLI, run the following command:

    gcloud init
  14. Buat aplikasi App Engine untuk project Google Cloud Anda di konsol Google Cloud.

    Membuka pembuatan aplikasi

  15. Pilih region tempat Anda ingin menempatkan resource komputasi aplikasi.

  16. Karena perubahan perilaku default untuk cara Cloud Build menggunakan akun layanan di project baru, dan perubahan kebijakan organisasi aman secara default, Anda mungkin perlu memberikan peran tambahan ke akun layanan deployment. Untuk informasi selengkapnya tentang cara memberikan peran tertentu, lihat panduan pemecahan masalah.

Langkah berikutnya

Setelah project Google Cloud Anda siap, Anda siap untuk menulis layanan web dasar dengan Node.js.