README.md
1talksapp
2========
3
4This directory contains the source for [talks.godoc.org](https://talks.godoc.org).
5
6Development Environment Setup
7-----------------------------
8
9- Copy `app.yaml` to `prod.yaml` and put in the authentication data.
10- Install Go App Engine SDK.
11- `$ sh setup.sh`
12- Run the server using the `goapp serve prod.yaml` command.
13- Run the tests using the `goapp test` command.
14- Deploy to production using the `gcloud app --project=go-talks deploy --no-promote prod.yaml` command.
15