App Engine にアプリをデプロイするには、App Engine のアプリケーションリソースと他の Google Cloud リソースを保持する最上位コンテナである Google Cloud プロジェクトを作成する必要があります。
このタスクでは、Google Cloud プロジェクトと App Engine アプリケーションを作成して、アプリの設定、コンピューティング リソース、認証情報、メタデータを保存します。
App Engine の Google Cloud プロジェクトがすでに存在し、Cloud Build API を有効にしている場合は、ウェブサービスの作成に進みます。
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.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Google Cloud コンソールで、Google Cloud プロジェクトの App Engine アプリケーションを作成します。
アプリのコンピューティングリソースを配置するリージョンを選択します。
次のステップ
これで Google Cloud プロジェクトが設定され、Node.js で基本的なウェブサービスを作成する準備が整いました