Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Add step to create an App Engine application.
Browse files Browse the repository at this point in the history
  • Loading branch information
enakai00 committed Dec 13, 2016
1 parent dcc673c commit f97354d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ In this section you will start your [Google Cloud Shell](https://cloud.google.co
$ export PROJECT_ID="myproject-1"
```

1. Create an App Engine application. This is required to prepare the Cloud Datastore environment in the project.

```
$ gcloud beta app create --region=us-central
```

1. Clone the lab repository in your cloud shell, then `cd` into that dir:

```shell
Expand Down

0 comments on commit f97354d

Please sign in to comment.