diff --git a/CONTRIB.md b/CONTRIB.md index 85ec25b..fd6ad59 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -35,4 +35,4 @@ Follow either of the two links above to access the appropriate CLA and instructi 1. Clone the README.md, CONTRIB.md and LICENSE files from the GoogleCloudPlatform/Template repo. 1. Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the [Google Cloud Platform Samples Style Guide](https://github.com/GoogleCloudPlatform/Template/wiki/style.html) for the recommended coding standards for this organization. 1. Ensure that your code has an appropriate set of unit tests which all pass. -1. Submit a request to fork your repo in GoogleCloudPlatform organizationt via your proposal issue. +1. Submit a request to fork your repo in GoogleCloudPlatform organization via your proposal issue. diff --git a/README.md b/README.md index c10042a..faec21d 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,14 @@ Set the environment variable to point to your deployed app: Finally, run the test python e2e/test_e2e.py + +## Deploy to App Engine +Deploy this from a terminal with the Google Cloud SDK installed. + +The index.yaml needs to be built first by running: + + gcloud app deploy index.yaml + +Wait for indexes to build in datastore then run: + + gcloud app deploy app.yaml diff --git a/e2e/requirements-dev.txt b/e2e/requirements-dev.txt index ca0dee4..c20f36f 100644 --- a/e2e/requirements-dev.txt +++ b/e2e/requirements-dev.txt @@ -1 +1 @@ -requests==2.9.1 +requests==2.20.0