tree: a848f161c8e0d851f0095b58b104f8207fe6ac51 [path history] [tgz]
  1. assets/
  2. .gitignore
  3. app.yaml
  4. config.go.template
  5. main.go
  6. README.md
  7. secret.json
  8. setup.sh
talksapp/README.md

talksapp

This directory contains the source for go-talks.appspot.com.

Development Environment Setup

  • Copy config.go.template to config.go and edit the file as described in the comments.
  • Install Go App Engine SDK
  • $ sh setup.sh
  • Run the server using the dev_appserver command.