# README
Deployment
Pre-requisites
- Setup and authenticated gcloud tools to deploy to your appengine project.
- A cloud postgresql instance: quick start
Notes
- 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
Configuration and deployment
Configuring the service
- 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.
Deployment
gcloud app deploy
The 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.