- Setup and authenticated gcloud tools to deploy to your appengine project.
- A cloud postgresql instance: quick start
- All configurations refered to in this readme will be found in cmd/gcloud
- Deployment should also be done from the cmd/gcloud folder.
cd cmd/gcloud- Edit the configuration file at
conf/<name><version>.conf.yml. It is documented for required values. - Edit app.yaml It is documented for required values.
gcloud app deployThe API docs for service access can be accessed on your browser via
https://PROJECT_ID/<version>/<name>/docs
Replace PROJECT_ID with your AppEngine project-id.