App Engine에 앱을 배포하려면 App Engine 애플리케이션 리소스와 기타 Google Cloud 리소스가 있는 최상위 컨테이너인 Google Cloud 프로젝트를 만들어야 합니다.
이 태스크에서 앱의 설정, 컴퓨팅 리소스, 사용자 인증 정보, 메타데이터를 저장할 Google Cloud 프로젝트와 App Engine 애플리케이션을 만듭니다.
App Engine 및 Cloud Build API가 사용 설정된 Google Cloud 프로젝트가 이미 있으면 웹 서비스 작성하기로 이동합니다.
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.
-
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.
-
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를 사용하여 기본 웹 서비스를 작성할 수 있습니다.